#D32CCC
A medium, moderate magenta closely aligning with Mediumorchid.
About #D32CCC
The hex code #D32CCC represents a beautifully specific shade of magenta. Designers often compare it to the standard color Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 44, and 204.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 79% Magenta, 3% Yellow, and 17% Black. With a hue angle of 302.5 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D32CCC
RGB211, 44, 204
HSL302.5°, 65.5%, 50.0%
CMYK0%, 79%, 3%, 17%
HSV302.5°, 79.1%, 82.7%
LAB51.8, 78.0, -46.0
XYZ38.7, 20.0, 59.0
Decimal13839564
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.20:1
Text on #FFFFFF
AA Large
5.00:1
Text on #000000
AA
4.01:1
Text on #F8FAFC
AA Large
4.25:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D32CCC;
}
.text-color {
color: #D32CCC;
}
.border-color {
border: 2px solid #D32CCC;
}