Medium Violet Red (Pink)
#C23894
RGB: 194, 56, 148
Color OverviewHEX #C23894
#C23894 Color Code Information
In the RGB color space, #C23894 is composed of 76% red, 22% green, and 58% blue. In the HSL color space, it has a hue of 320°, saturation of 55%, and lightness of 49%.
HEX
#C23894
RGB
194, 56, 148
HSL
320°, 55%, 49%
HSV
320°, 71%, 76%
CMYK
0%, 71%, 24%, 24%
Name Match
Medium Violet Red
Closest StandardShades of #C23894 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #C23894 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #C23894 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #C23894
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #C23894 Background
Contrast Ratio against Pure White (#FFFFFF):4.9 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #C23894 Background
Contrast Ratio against Pure Black (#000000):4.29 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #C23894;
}
.element {
color: #C23894;
background-color: #C23894;
border-color: #C23894;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#C23894] text-[#C23894] border-[#C23894]"> Content styled with #C23894 </div>