Shades of Medium Violet Red #C20A70
Tints of Medium Violet Red #C20A70
RGB
CMYK
RGB Variations
Color information
#C20A70 (or 0xC20A70) is known color: Medium Violet Red. HEX triplet: C2, 0A and 70. RGB value is (194,10,112). Sum of RGB (Red+Green+Blue) = 194+10+112=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C20A70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20A70 is #3DF58F. Grayscale: #4C4C4C. Windows color (decimal): -4060560 or 7342786. OLE color: 7342786.
HSL color Cylindrical-coordinate representation of color #C20A70: hue angle of 326.74º 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 #C20A70 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 10 | 112 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.24 |
| HSL | 326.74º | 0.9% | 0.4% | - |
| HSV(B) | 326.74º | 0.95% | 0.76% | - |
| XYZ | 25.28 | 12.86 | 16.48 | - |
| YUV | 76.64 | 147.96 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 112 | 0 | 0.95 | 0.42 | 0.24 | 326.74 | 0.9 | 0.4 |
| Hex | C2 | A | 70 | 0 | 5F | 2A | 18 | 147 | 5A | 28 |
| Octal | 302 | 12 | 160 | 0 | 137 | 52 | 30 | 507 | 132 | 50 |
| Binary | 11000010 | 1010 | 1110000 | 0 | 1011111 | 101010 | 11000 | 101000111 | 1011010 | 101000 |
Color Harmonies of #C20A70
Complementary color
Monochromatic Colors of #C20A70
Black with #C20A70
Text Example
Text Example
White with #C20A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20A70; }
p { color: rgb(194,10,112); }
H1.HeaderClassName
{
color: #C20A70;
}
.AnyTagClassName
{
color: #C20A70;
}
</style>
background-color css
<style>
a { background-color: #C20A70; }
a { background-color: rgb(194,10,112); }
div.DivClassName
{
background-color: #C20A70;
}
.BgClassName
{
background-color: #C20A70;
}
</style>
border-color css
<style>
span { border-color: #C20A70; }
span { border-color: rgb(194,10,112); }
td.TdClassName
{
border-color: #C20A70;
}
.TagClassName
{
border-color: #C20A70;
}
</style>