#D32CA0
A medium, moderate magenta closely aligning with Mediumvioletred.
About #D32CA0
The hex code #D32CA0 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Mediumvioletred. In the RGB color space, it consists of 211 red, 44 green, and 160 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 79% Magenta, 24% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D32CA0
RGB211, 44, 160
HSL318.3°, 65.5%, 50.0%
CMYK0%, 79%, 24%, 17%
HSV318.3°, 79.1%, 82.7%
LAB49.7, 72.0, -23.6
XYZ34.1, 18.2, 35.0
Decimal13839520
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.53:1
Text on #FFFFFF
AA
4.64:1
Text on #000000
AA
4.33:1
Text on #F8FAFC
AA Large
3.94:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D32CA0;
}
.text-color {
color: #D32CA0;
}
.border-color {
border: 2px solid #D32CA0;
}