Medium Violet Red (Pink)
#C310CF
RGB: 195, 16, 207
Color OverviewHEX #C310CF

#C310CF Color Code Information

In the RGB color space, #C310CF is composed of 76% red, 6% green, and 81% blue. In the HSL color space, it has a hue of 296°, saturation of 86%, and lightness of 44%.

HEX
#C310CF
RGB
195, 16, 207
HSL
296°, 86%, 44%
HSV
296°, 92%, 81%
CMYK
6%, 92%, 0%, 19%
Name Match
Medium Violet Red
Closest Standard

Shades of #C310CF (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #C310CF (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #C310CF (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #C310CF

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #C310CF Background
Contrast Ratio against Pure White (#FFFFFF):4.89 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #C310CF Background
Contrast Ratio against Pure Black (#000000):4.3 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #C310CF;
}

.element {
  color: #C310CF;
  background-color: #C310CF;
  border-color: #C310CF;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#C310CF] text-[#C310CF] border-[#C310CF]">
  Content styled with #C310CF
</div>