What is the HEX code for dark magenta?
The CSS color dark magenta in HEX format is #960056. 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: #960056;
- Background: background-color: #960056;
- Border: border-color: #960056;
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 HEX?
Select dark magenta from the color name list in our color converter. The HEX value — #960056 — 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 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.