Shades of Medium Violet Red #C20A78
Tints of Medium Violet Red #C20A78
RGB
CMYK
RGB Variations
Color information
#C20A78 (or 0xC20A78) is known color: Medium Violet Red. HEX triplet: C2, 0A and 78. RGB value is (194,10,120). Sum of RGB (Red+Green+Blue) = 194+10+120=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C20A78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20A78 is #3DF587. Grayscale: #4D4D4D. Windows color (decimal): -4060552 or 7867074. OLE color: 7867074.
HSL color Cylindrical-coordinate representation of color #C20A78: hue angle of 324.13º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20A78 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 10 | 120 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.24 |
| HSL | 324.13º | 0.9% | 0.4% | - |
| HSV(B) | 324.13º | 0.95% | 0.76% | - |
| XYZ | 25.75 | 13.04 | 18.93 | - |
| YUV | 77.56 | 151.96 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 120 | 0 | 0.95 | 0.38 | 0.24 | 324.13 | 0.9 | 0.4 |
| Hex | C2 | A | 78 | 0 | 5F | 26 | 18 | 144 | 5A | 28 |
| Octal | 302 | 12 | 170 | 0 | 137 | 46 | 30 | 504 | 132 | 50 |
| Binary | 11000010 | 1010 | 1111000 | 0 | 1011111 | 100110 | 11000 | 101000100 | 1011010 | 101000 |
Color Harmonies of #C20A78
Complementary color
Monochromatic Colors of #C20A78
Black with #C20A78
Text Example
Text Example
White with #C20A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20A78; }
p { color: rgb(194,10,120); }
H1.HeaderClassName
{
color: #C20A78;
}
.AnyTagClassName
{
color: #C20A78;
}
</style>
background-color css
<style>
a { background-color: #C20A78; }
a { background-color: rgb(194,10,120); }
div.DivClassName
{
background-color: #C20A78;
}
.BgClassName
{
background-color: #C20A78;
}
</style>
border-color css
<style>
span { border-color: #C20A78; }
span { border-color: rgb(194,10,120); }
td.TdClassName
{
border-color: #C20A78;
}
.TagClassName
{
border-color: #C20A78;
}
</style>