Shades of Medium Violet Red #C02276
Tints of Medium Violet Red #C02276
RGB
CMYK
RGB Variations
Color information
#C02276 (or 0xC02276) is known color: Medium Violet Red. HEX triplet: C0, 22 and 76. RGB value is (192,34,118). Sum of RGB (Red+Green+Blue) = 192+34+118=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C02276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02276 is #3FDD89. Grayscale: #5A5A5A. Windows color (decimal): -4185482 or 7742144. OLE color: 7742144.
HSL color Cylindrical-coordinate representation of color #C02276: hue angle of 328.1º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02276 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 118 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.25 |
| HSL | 328.1º | 0.7% | 0.44% | - |
| HSV(B) | 328.1º | 0.82% | 0.75% | - |
| XYZ | 25.58 | 13.66 | 18.43 | - |
| YUV | 90.82 | 143.35 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 118 | 0 | 0.82 | 0.39 | 0.25 | 328.1 | 0.7 | 0.44 |
| Hex | C0 | 22 | 76 | 0 | 52 | 27 | 19 | 148 | 46 | 2C |
| Octal | 300 | 42 | 166 | 0 | 122 | 47 | 31 | 510 | 106 | 54 |
| Binary | 11000000 | 100010 | 1110110 | 0 | 1010010 | 100111 | 11001 | 101001000 | 1000110 | 101100 |
Color Harmonies of #C02276
Complementary color
Monochromatic Colors of #C02276
Black with #C02276
Text Example
Text Example
White with #C02276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02276; }
p { color: rgb(192,34,118); }
H1.HeaderClassName
{
color: #C02276;
}
.AnyTagClassName
{
color: #C02276;
}
</style>
background-color css
<style>
a { background-color: #C02276; }
a { background-color: rgb(192,34,118); }
div.DivClassName
{
background-color: #C02276;
}
.BgClassName
{
background-color: #C02276;
}
</style>
border-color css
<style>
span { border-color: #C02276; }
span { border-color: rgb(192,34,118); }
td.TdClassName
{
border-color: #C02276;
}
.TagClassName
{
border-color: #C02276;
}
</style>