What is the RGB code for dark magenta?
The CSS color dark magenta in RGB format is rgb(150, 0, 86). 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: rgb(150, 0, 86);
- Background: background-color: rgb(150, 0, 86);
- Border: border-color: rgb(150, 0, 86);
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 RGB?
Select dark magenta from the color name list in our color converter. The RGB value — rgb(150, 0, 86) — 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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.