Shades of Medium Violet Red #C20C72
Tints of Medium Violet Red #C20C72
RGB
CMYK
RGB Variations
Color information
#C20C72 (or 0xC20C72) is known color: Medium Violet Red. HEX triplet: C2, 0C and 72. RGB value is (194,12,114). Sum of RGB (Red+Green+Blue) = 194+12+114=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20C72 is #3DF38D. Grayscale: #4D4D4D. Windows color (decimal): -4060046 or 7474370. OLE color: 7474370.
HSL color Cylindrical-coordinate representation of color #C20C72: hue angle of 326.37º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20C72 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 114 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.24 |
| HSL | 326.37º | 0.88% | 0.4% | - |
| HSV(B) | 326.37º | 0.94% | 0.76% | - |
| XYZ | 25.42 | 12.95 | 17.08 | - |
| YUV | 78.05 | 148.3 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 114 | 0 | 0.94 | 0.41 | 0.24 | 326.37 | 0.88 | 0.4 |
| Hex | C2 | C | 72 | 0 | 5E | 29 | 18 | 146 | 58 | 28 |
| Octal | 302 | 14 | 162 | 0 | 136 | 51 | 30 | 506 | 130 | 50 |
| Binary | 11000010 | 1100 | 1110010 | 0 | 1011110 | 101001 | 11000 | 101000110 | 1011000 | 101000 |
Color Harmonies of #C20C72
Complementary color
Monochromatic Colors of #C20C72
Black with #C20C72
Text Example
Text Example
White with #C20C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20C72; }
p { color: rgb(194,12,114); }
H1.HeaderClassName
{
color: #C20C72;
}
.AnyTagClassName
{
color: #C20C72;
}
</style>
background-color css
<style>
a { background-color: #C20C72; }
a { background-color: rgb(194,12,114); }
div.DivClassName
{
background-color: #C20C72;
}
.BgClassName
{
background-color: #C20C72;
}
</style>
border-color css
<style>
span { border-color: #C20C72; }
span { border-color: rgb(194,12,114); }
td.TdClassName
{
border-color: #C20C72;
}
.TagClassName
{
border-color: #C20C72;
}
</style>