Shades of Medium Violet Red #C20470
Tints of Medium Violet Red #C20470
RGB
CMYK
RGB Variations
Color information
#C20470 (or 0xC20470) is known color: Medium Violet Red. HEX triplet: C2, 04 and 70. RGB value is (194,4,112). Sum of RGB (Red+Green+Blue) = 194+4+112=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C20470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20470 is #3DFB8F. Grayscale: #484848. Windows color (decimal): -4062096 or 7341250. OLE color: 7341250.
HSL color Cylindrical-coordinate representation of color #C20470: hue angle of 325.89º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20470 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 4 | 112 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.24 |
| HSL | 325.89º | 0.96% | 0.39% | - |
| HSV(B) | 325.89º | 0.98% | 0.76% | - |
| XYZ | 25.22 | 12.73 | 16.46 | - |
| YUV | 73.12 | 149.95 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 112 | 0 | 0.98 | 0.42 | 0.24 | 325.89 | 0.96 | 0.39 |
| Hex | C2 | 4 | 70 | 0 | 62 | 2A | 18 | 146 | 60 | 27 |
| Octal | 302 | 4 | 160 | 0 | 142 | 52 | 30 | 506 | 140 | 47 |
| Binary | 11000010 | 100 | 1110000 | 0 | 1100010 | 101010 | 11000 | 101000110 | 1100000 | 100111 |
Color Harmonies of #C20470
Complementary color
Monochromatic Colors of #C20470
Black with #C20470
Text Example
Text Example
White with #C20470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20470; }
p { color: rgb(194,4,112); }
H1.HeaderClassName
{
color: #C20470;
}
.AnyTagClassName
{
color: #C20470;
}
</style>
background-color css
<style>
a { background-color: #C20470; }
a { background-color: rgb(194,4,112); }
div.DivClassName
{
background-color: #C20470;
}
.BgClassName
{
background-color: #C20470;
}
</style>
border-color css
<style>
span { border-color: #C20470; }
span { border-color: rgb(194,4,112); }
td.TdClassName
{
border-color: #C20470;
}
.TagClassName
{
border-color: #C20470;
}
</style>