Shades of Medium Violet Red #C20E71
Tints of Medium Violet Red #C20E71
RGB
CMYK
RGB Variations
Color information
#C20E71 (or 0xC20E71) is known color: Medium Violet Red. HEX triplet: C2, 0E and 71. RGB value is (194,14,113). Sum of RGB (Red+Green+Blue) = 194+14+113=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20E71 is #3DF18E. Grayscale: #4E4E4E. Windows color (decimal): -4059535 or 7409346. OLE color: 7409346.
HSL color Cylindrical-coordinate representation of color #C20E71: hue angle of 327º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20E71 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 14 | 113 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.24 |
| HSL | 327º | 0.87% | 0.41% | - |
| HSV(B) | 327º | 0.93% | 0.76% | - |
| XYZ | 25.39 | 12.98 | 16.79 | - |
| YUV | 79.11 | 147.13 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 113 | 0 | 0.93 | 0.42 | 0.24 | 327 | 0.87 | 0.41 |
| Hex | C2 | E | 71 | 0 | 5D | 2A | 18 | 147 | 57 | 29 |
| Octal | 302 | 16 | 161 | 0 | 135 | 52 | 30 | 507 | 127 | 51 |
| Binary | 11000010 | 1110 | 1110001 | 0 | 1011101 | 101010 | 11000 | 101000111 | 1010111 | 101001 |
Color Harmonies of #C20E71
Complementary color
Monochromatic Colors of #C20E71
Black with #C20E71
Text Example
Text Example
White with #C20E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20E71; }
p { color: rgb(194,14,113); }
H1.HeaderClassName
{
color: #C20E71;
}
.AnyTagClassName
{
color: #C20E71;
}
</style>
background-color css
<style>
a { background-color: #C20E71; }
a { background-color: rgb(194,14,113); }
div.DivClassName
{
background-color: #C20E71;
}
.BgClassName
{
background-color: #C20E71;
}
</style>
border-color css
<style>
span { border-color: #C20E71; }
span { border-color: rgb(194,14,113); }
td.TdClassName
{
border-color: #C20E71;
}
.TagClassName
{
border-color: #C20E71;
}
</style>