#C549CC
A medium, moderate magenta closely aligning with Mediumorchid.
About #C549CC
At its core, #C549CC is a medium and moderate hue. Designers often compare it to the standard color Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 197, 73, and 204.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 3% cyan, 64% magenta, 0% yellow, and 20% black. With a hue angle of 296.8 degrees, it sits comfortably in the magenta spectrum.
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#C549CC
RGB197, 73, 204
HSL296.8°, 56.2%, 54.3%
CMYK3%, 64%, 0%, 20%
HSV296.8°, 64.2%, 80.0%
LAB52.9, 65.6, -44.4
XYZ36.3, 21.0, 59.3
Decimal12929484
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.04:1
Text on #FFFFFF
AA Large
5.20:1
Text on #000000
AA
3.86:1
Text on #F8FAFC
AA Large
4.42:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C549CC;
}
.text-color {
color: #C549CC;
}
.border-color {
border: 2px solid #C549CC;
}