Shades of Medium Violet Red #C02178
Tints of Medium Violet Red #C02178
RGB
CMYK
RGB Variations
Color information
#C02178 (or 0xC02178) is known color: Medium Violet Red. HEX triplet: C0, 21 and 78. RGB value is (192,33,120). Sum of RGB (Red+Green+Blue) = 192+33+120=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C02178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02178 is #3FDE87. Grayscale: #5A5A5A. Windows color (decimal): -4185736 or 7872960. OLE color: 7872960.
HSL color Cylindrical-coordinate representation of color #C02178: hue angle of 327.17º 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 #C02178 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 120 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.25 |
| HSL | 327.17º | 0.71% | 0.44% | - |
| HSV(B) | 327.17º | 0.83% | 0.75% | - |
| XYZ | 25.67 | 13.65 | 19.05 | - |
| YUV | 90.46 | 144.68 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 120 | 0 | 0.83 | 0.38 | 0.25 | 327.17 | 0.71 | 0.44 |
| Hex | C0 | 21 | 78 | 0 | 53 | 26 | 19 | 147 | 47 | 2C |
| Octal | 300 | 41 | 170 | 0 | 123 | 46 | 31 | 507 | 107 | 54 |
| Binary | 11000000 | 100001 | 1111000 | 0 | 1010011 | 100110 | 11001 | 101000111 | 1000111 | 101100 |
Color Harmonies of #C02178
Complementary color
Monochromatic Colors of #C02178
Black with #C02178
Text Example
Text Example
White with #C02178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02178; }
p { color: rgb(192,33,120); }
H1.HeaderClassName
{
color: #C02178;
}
.AnyTagClassName
{
color: #C02178;
}
</style>
background-color css
<style>
a { background-color: #C02178; }
a { background-color: rgb(192,33,120); }
div.DivClassName
{
background-color: #C02178;
}
.BgClassName
{
background-color: #C02178;
}
</style>
border-color css
<style>
span { border-color: #C02178; }
span { border-color: rgb(192,33,120); }
td.TdClassName
{
border-color: #C02178;
}
.TagClassName
{
border-color: #C02178;
}
</style>