Shades of Medium Violet Red #C21971
Tints of Medium Violet Red #C21971
RGB
CMYK
RGB Variations
Color information
#C21971 (or 0xC21971) is known color: Medium Violet Red. HEX triplet: C2, 19 and 71. RGB value is (194,25,113). Sum of RGB (Red+Green+Blue) = 194+25+113=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C21971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21971 is #3DE68E. Grayscale: #555555. Windows color (decimal): -4056719 or 7412162. OLE color: 7412162.
HSL color Cylindrical-coordinate representation of color #C21971: hue angle of 328.76º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21971 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 113 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.24 |
| HSL | 328.76º | 0.77% | 0.43% | - |
| HSV(B) | 328.76º | 0.87% | 0.76% | - |
| XYZ | 25.58 | 13.36 | 16.85 | - |
| YUV | 85.56 | 143.49 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 113 | 0 | 0.87 | 0.42 | 0.24 | 328.76 | 0.77 | 0.43 |
| Hex | C2 | 19 | 71 | 0 | 57 | 2A | 18 | 149 | 4D | 2B |
| Octal | 302 | 31 | 161 | 0 | 127 | 52 | 30 | 511 | 115 | 53 |
| Binary | 11000010 | 11001 | 1110001 | 0 | 1010111 | 101010 | 11000 | 101001001 | 1001101 | 101011 |
Color Harmonies of #C21971
Complementary color
Monochromatic Colors of #C21971
Black with #C21971
Text Example
Text Example
White with #C21971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21971; }
p { color: rgb(194,25,113); }
H1.HeaderClassName
{
color: #C21971;
}
.AnyTagClassName
{
color: #C21971;
}
</style>
background-color css
<style>
a { background-color: #C21971; }
a { background-color: rgb(194,25,113); }
div.DivClassName
{
background-color: #C21971;
}
.BgClassName
{
background-color: #C21971;
}
</style>
border-color css
<style>
span { border-color: #C21971; }
span { border-color: rgb(194,25,113); }
td.TdClassName
{
border-color: #C21971;
}
.TagClassName
{
border-color: #C21971;
}
</style>