Shades of Medium Violet Red #C02091
Tints of Medium Violet Red #C02091
RGB
CMYK
RGB Variations
Color information
#C02091 (or 0xC02091) is known color: Medium Violet Red. HEX triplet: C0, 20 and 91. RGB value is (192,32,145). Sum of RGB (Red+Green+Blue) = 192+32+145=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C02091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02091 is #3FDF6E. Grayscale: #5C5C5C. Windows color (decimal): -4185967 or 9511104. OLE color: 9511104.
HSL color Cylindrical-coordinate representation of color #C02091: hue angle of 317.62º 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 #C02091 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 145 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.25 |
| HSL | 317.63º | 0.71% | 0.44% | - |
| HSV(B) | 317.63º | 0.83% | 0.75% | - |
| XYZ | 27.37 | 14.28 | 28.1 | - |
| YUV | 92.72 | 157.51 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 145 | 0 | 0.83 | 0.24 | 0.25 | 317.63 | 0.71 | 0.44 |
| Hex | C0 | 20 | 91 | 0 | 53 | 18 | 19 | 13E | 47 | 2C |
| Octal | 300 | 40 | 221 | 0 | 123 | 30 | 31 | 476 | 107 | 54 |
| Binary | 11000000 | 100000 | 10010001 | 0 | 1010011 | 11000 | 11001 | 100111110 | 1000111 | 101100 |
Color Harmonies of #C02091
Complementary color
Monochromatic Colors of #C02091
Black with #C02091
Text Example
Text Example
White with #C02091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02091; }
p { color: rgb(192,32,145); }
H1.HeaderClassName
{
color: #C02091;
}
.AnyTagClassName
{
color: #C02091;
}
</style>
background-color css
<style>
a { background-color: #C02091; }
a { background-color: rgb(192,32,145); }
div.DivClassName
{
background-color: #C02091;
}
.BgClassName
{
background-color: #C02091;
}
</style>
border-color css
<style>
span { border-color: #C02091; }
span { border-color: rgb(192,32,145); }
td.TdClassName
{
border-color: #C02091;
}
.TagClassName
{
border-color: #C02091;
}
</style>