#7C2C5F
A dark, moderate magenta closely aligning with Purple.
About #7C2C5F
Visually, #7C2C5F is defined as a moderate magenta. Its closest recognized web color is Purple. In the RGB color space, it consists of 124 red, 44 green, and 95 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 65% Magenta, 23% Yellow, and 51% Black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C2C5F
RGB124, 44, 95
HSL321.8°, 47.6%, 32.9%
CMYK0%, 65%, 23%, 51%
HSV321.8°, 64.5%, 48.6%
LAB31.6, 40.5, -12.6
XYZ11.3, 6.9, 11.6
Decimal8137823
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.81:1
Text on #FFFFFF
AAA
2.38:1
Text on #000000
FAIL
8.42:1
Text on #F8FAFC
AAA
2.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C2C5F;
}
.text-color {
color: #7C2C5F;
}
.border-color {
border: 2px solid #7C2C5F;
}