#CC336D
A medium, moderate magenta closely aligning with Mediumvioletred.
About #CC336D
Visually, #CC336D is defined as a moderate magenta. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(204, 51, 109).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 75% M, 47% Y, and 20% K. With a hue angle of 337.3 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC336D
RGB204, 51, 109
HSL337.3°, 60.0%, 50.0%
CMYK0%, 75%, 47%, 20%
HSV337.3°, 75.0%, 80.0%
LAB47.4, 62.8, 3.5
XYZ28.8, 16.3, 16.1
Decimal13382509
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.93:1
Text on #FFFFFF
AA
4.26:1
Text on #000000
AA Large
4.71:1
Text on #F8FAFC
AA
3.62:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC336D;
}
.text-color {
color: #CC336D;
}
.border-color {
border: 2px solid #CC336D;
}