#C550E2
A light, vivid magenta closely aligning with Mediumorchid.
About #C550E2
The hex code #C550E2 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Mediumorchid. This translates to an RGB value of rgb(197, 80, 226).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 13% C, 65% M, 0% Y, and 11% K. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C550E2
RGB197, 80, 226
HSL288.1°, 71.6%, 60.0%
CMYK13%, 65%, 0%, 11%
HSV288.1°, 64.6%, 88.6%
LAB55.2, 66.7, -53.4
XYZ39.6, 23.1, 74.3
Decimal12931298
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.74:1
Text on #FFFFFF
AA Large
5.62:1
Text on #000000
AA
3.57:1
Text on #F8FAFC
AA Large
4.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C550E2;
}
.text-color {
color: #C550E2;
}
.border-color {
border: 2px solid #C550E2;
}