Shades of Medium Violet Red #C20E72
Tints of Medium Violet Red #C20E72
RGB
CMYK
RGB Variations
Color information
#C20E72 (or 0xC20E72) is known color: Medium Violet Red. HEX triplet: C2, 0E and 72. RGB value is (194,14,114). Sum of RGB (Red+Green+Blue) = 194+14+114=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20E72 is #3DF18D. Grayscale: #4F4F4F. Windows color (decimal): -4059534 or 7474882. OLE color: 7474882.
HSL color Cylindrical-coordinate representation of color #C20E72: hue angle of 326.67º 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 #C20E72 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 14 | 114 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.24 |
| HSL | 326.67º | 0.87% | 0.41% | - |
| HSV(B) | 326.67º | 0.93% | 0.76% | - |
| XYZ | 25.44 | 13 | 17.09 | - |
| YUV | 79.22 | 147.63 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 114 | 0 | 0.93 | 0.41 | 0.24 | 326.67 | 0.87 | 0.41 |
| Hex | C2 | E | 72 | 0 | 5D | 29 | 18 | 147 | 57 | 29 |
| Octal | 302 | 16 | 162 | 0 | 135 | 51 | 30 | 507 | 127 | 51 |
| Binary | 11000010 | 1110 | 1110010 | 0 | 1011101 | 101001 | 11000 | 101000111 | 1010111 | 101001 |
Color Harmonies of #C20E72
Complementary color
Monochromatic Colors of #C20E72
Black with #C20E72
Text Example
Text Example
White with #C20E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20E72; }
p { color: rgb(194,14,114); }
H1.HeaderClassName
{
color: #C20E72;
}
.AnyTagClassName
{
color: #C20E72;
}
</style>
background-color css
<style>
a { background-color: #C20E72; }
a { background-color: rgb(194,14,114); }
div.DivClassName
{
background-color: #C20E72;
}
.BgClassName
{
background-color: #C20E72;
}
</style>
border-color css
<style>
span { border-color: #C20E72; }
span { border-color: rgb(194,14,114); }
td.TdClassName
{
border-color: #C20E72;
}
.TagClassName
{
border-color: #C20E72;
}
</style>