#CC49CC
A medium, moderate magenta closely aligning with Mediumorchid.
About #CC49CC
When working with digital screens, the color #CC49CC is rendered by mixing light. Designers often compare it to the standard color Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 73, and 204.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 64% Magenta, 0% Yellow, and 20% Black. The HSL representation is 300.0° hue, 56.2% saturation, and 54.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CC49CC
RGB204, 73, 204
HSL300.0°, 56.2%, 54.3%
CMYK0%, 64%, 0%, 20%
HSV300.0°, 64.2%, 80.0%
LAB54.0, 67.3, -42.7
XYZ38.2, 22.0, 59.4
Decimal13388236
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.89:1
Text on #FFFFFF
AA Large
5.39:1
Text on #000000
AA
3.72:1
Text on #F8FAFC
AA Large
4.58:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC49CC;
}
.text-color {
color: #CC49CC;
}
.border-color {
border: 2px solid #CC49CC;
}