#CC4292
A medium, moderate magenta closely aligning with Mediumvioletred.
About #CC4292
Visually, #CC4292 is defined as a moderate magenta. Designers often compare it to the standard color Mediumvioletred. In the RGB color space, it consists of 204 red, 66 green, and 146 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 68% magenta, 28% yellow, and 20% black. The HSL representation is 325.2° hue, 57.5% saturation, and 52.9% lightness.
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#CC4292
RGB204, 66, 146
HSL325.2°, 57.5%, 52.9%
CMYK0%, 68%, 28%, 20%
HSV325.2°, 67.6%, 80.0%
LAB50.5, 61.5, -14.3
XYZ32.0, 18.8, 29.1
Decimal13386386
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.41:1
Text on #FFFFFF
AA Large
4.76:1
Text on #000000
AA
4.22:1
Text on #F8FAFC
AA Large
4.05:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC4292;
}
.text-color {
color: #CC4292;
}
.border-color {
border: 2px solid #CC4292;
}