#D32CB6
A medium, moderate magenta closely aligning with Mediumorchid.
About #D32CB6
The hex code #D32CB6 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 44, and 182.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 79% Magenta, 14% Yellow, and 17% Black. The HSL representation is 310.4° hue, 65.5% saturation, and 50.0% lightness.
Contrast ratios determine whether this color is safe for typography. 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#D32CB6
RGB211, 44, 182
HSL310.4°, 65.5%, 50.0%
CMYK0%, 79%, 14%, 17%
HSV310.4°, 79.1%, 82.7%
LAB50.7, 74.9, -35.1
XYZ36.2, 19.0, 46.0
Decimal13839542
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.37:1
Text on #FFFFFF
AA Large
4.81:1
Text on #000000
AA
4.18:1
Text on #F8FAFC
AA Large
4.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D32CB6;
}
.text-color {
color: #D32CB6;
}
.border-color {
border: 2px solid #D32CB6;
}