Shades of Medium Violet Red #C02170
Tints of Medium Violet Red #C02170
RGB
CMYK
RGB Variations
Color information
#C02170 (or 0xC02170) is known color: Medium Violet Red. HEX triplet: C0, 21 and 70. RGB value is (192,33,112). Sum of RGB (Red+Green+Blue) = 192+33+112=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C02170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02170 is #3FDE8F. Grayscale: #595959. Windows color (decimal): -4185744 or 7348672. OLE color: 7348672.
HSL color Cylindrical-coordinate representation of color #C02170: hue angle of 330.19º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02170 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 112 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.25 |
| HSL | 330.19º | 0.71% | 0.44% | - |
| HSV(B) | 330.19º | 0.83% | 0.75% | - |
| XYZ | 25.21 | 13.46 | 16.6 | - |
| YUV | 89.55 | 140.68 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 112 | 0 | 0.83 | 0.42 | 0.25 | 330.19 | 0.71 | 0.44 |
| Hex | C0 | 21 | 70 | 0 | 53 | 2A | 19 | 14A | 47 | 2C |
| Octal | 300 | 41 | 160 | 0 | 123 | 52 | 31 | 512 | 107 | 54 |
| Binary | 11000000 | 100001 | 1110000 | 0 | 1010011 | 101010 | 11001 | 101001010 | 1000111 | 101100 |
Color Harmonies of #C02170
Complementary color
Monochromatic Colors of #C02170
Black with #C02170
Text Example
Text Example
White with #C02170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02170; }
p { color: rgb(192,33,112); }
H1.HeaderClassName
{
color: #C02170;
}
.AnyTagClassName
{
color: #C02170;
}
</style>
background-color css
<style>
a { background-color: #C02170; }
a { background-color: rgb(192,33,112); }
div.DivClassName
{
background-color: #C02170;
}
.BgClassName
{
background-color: #C02170;
}
</style>
border-color css
<style>
span { border-color: #C02170; }
span { border-color: rgb(192,33,112); }
td.TdClassName
{
border-color: #C02170;
}
.TagClassName
{
border-color: #C02170;
}
</style>