#CC49DB
A medium, moderate magenta closely aligning with Mediumorchid.
About #CC49DB
When working with digital screens, the color #CC49DB is rendered by mixing light. 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 204, 73, and 219.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 7% C, 67% M, 0% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC49DB
RGB204, 73, 219
HSL293.8°, 67.0%, 57.3%
CMYK7%, 67%, 0%, 14%
HSV293.8°, 66.7%, 85.9%
LAB54.8, 69.8, -50.0
XYZ40.1, 22.7, 69.3
Decimal13388251
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.79:1
Text on #FFFFFF
AA Large
5.54:1
Text on #000000
AA
3.62:1
Text on #F8FAFC
AA Large
4.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC49DB;
}
.text-color {
color: #CC49DB;
}
.border-color {
border: 2px solid #CC49DB;
}