What is the CMYK code for red violet?
The CSS color red violet in CMYK format is cmyk(0%, 99.4%, 34.2%, 38%). Use this value directly in CSS, SVG, and most design tools.
How do I use red violet in CSS?
To apply red violet in CSS:
- Text color: color: cmyk(0%, 99.4%, 34.2%, 38%);
- Background: background-color: cmyk(0%, 99.4%, 34.2%, 38%);
- Border: border-color: cmyk(0%, 99.4%, 34.2%, 38%);
What are all the color format values for red violet?
| Format | Value |
|---|---|
| HEX | #9e0168 |
| RGB | rgb(158, 1, 104) |
| HSL | hsl(320.6, 98.7%, 31.2%) |
| CMYK | cmyk(0%, 99.4%, 34.2%, 38%) |
How do I convert red violet to CMYK?
Select red violet from the color name list in our color converter. The CMYK value — cmyk(0%, 99.4%, 34.2%, 38%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does red violet belong to?
red violet belongs to the pink color family. It is a medium, vivid color with HSL values: hue 320.6°, saturation 98.7%, lightness 31.2%.
How do I create lighter and darker shades of red violet?
Lighter variant (lightness 46.2%): #ea029a. Darker variant (lightness 16.2%): #520136. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Unlike RGB which adds light, CMYK subtracts it using ink. Always convert to CMYK before sending files to a professional printer.