What is the CMYK code for medium purple?
The CSS color medium purple in CMYK format is cmyk(2.5%, 58.6%, 0%, 36.5%). Use this value directly in CSS, SVG, and most design tools.
How do I use medium purple in CSS?
To apply medium purple in CSS:
- Text color: color: cmyk(2.5%, 58.6%, 0%, 36.5%);
- Background: background-color: cmyk(2.5%, 58.6%, 0%, 36.5%);
- Border: border-color: cmyk(2.5%, 58.6%, 0%, 36.5%);
What are all the color format values for medium purple?
| Format | Value |
|---|---|
| HEX | #9e43a2 |
| RGB | rgb(158, 67, 162) |
| HSL | hsl(297.5, 41.5%, 44.9%) |
| CMYK | cmyk(2.5%, 58.6%, 0%, 36.5%) |
How do I convert medium purple to CMYK?
Select medium purple from the color name list in our color converter. The CMYK value — cmyk(2.5%, 58.6%, 0%, 36.5%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does medium purple belong to?
medium purple belongs to the pink color family. It is a medium, moderately saturated color with HSL values: hue 297.5°, saturation 41.5%, lightness 44.9%.
How do I create lighter and darker shades of medium purple?
Lighter variant (lightness 59.9%): #c06ec3. Darker variant (lightness 29.9%): #692d6c. 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.