What is the HEX code for violet red?
The CSS color violet red in HEX format is #a50055. Use this value directly in CSS, SVG, and most design tools.
How do I use violet red in CSS?
To apply violet red in CSS:
- Text color: color: #a50055;
- Background: background-color: #a50055;
- Border: border-color: #a50055;
What are all the color format values for violet red?
| Format | Value |
|---|---|
| HEX | #a50055 |
| RGB | rgb(165, 0, 85) |
| HSL | hsl(329.1, 100%, 32.4%) |
| CMYK | cmyk(0%, 100%, 48.5%, 35.3%) |
How do I convert violet red to HEX?
Select violet red from the color name list in our color converter. The HEX value — #a50055 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does violet red belong to?
violet red belongs to the pink color family. It is a medium, vivid color with HSL values: hue 329.1°, saturation 100%, lightness 32.4%.
How do I create lighter and darker shades of violet red?
Lighter variant (lightness 47.4%): #f2007c. Darker variant (lightness 17.4%): #59002e. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.