What is the CMYK code for dark magenta?
The CSS color dark magenta in CMYK format is cmyk(0%, 100%, 42.7%, 41.2%). Use this value directly in CSS, SVG, and most design tools.
How do I use dark magenta in CSS?
To apply dark magenta in CSS:
- Text color: color: cmyk(0%, 100%, 42.7%, 41.2%);
- Background: background-color: cmyk(0%, 100%, 42.7%, 41.2%);
- Border: border-color: cmyk(0%, 100%, 42.7%, 41.2%);
What are all the color format values for dark magenta?
| Format | Value |
|---|---|
| HEX | #960056 |
| RGB | rgb(150, 0, 86) |
| HSL | hsl(325.6, 100%, 29.4%) |
| CMYK | cmyk(0%, 100%, 42.7%, 41.2%) |
How do I convert dark magenta to CMYK?
Select dark magenta from the color name list in our color converter. The CMYK value — cmyk(0%, 100%, 42.7%, 41.2%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark magenta belong to?
dark magenta belongs to the pink color family. It is a dark, vivid color with HSL values: hue 325.6°, saturation 100%, lightness 29.4%.
How do I create lighter and darker shades of dark magenta?
Lighter variant (lightness 44.4%): #e20082. Darker variant (lightness 14.399999999999999%): #49002a. 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.