Shades of Medium Violet Red #C02097
Tints of Medium Violet Red #C02097
RGB
CMYK
RGB Variations
Color information
#C02097 (or 0xC02097) is known color: Medium Violet Red. HEX triplet: C0, 20 and 97. RGB value is (192,32,151). Sum of RGB (Red+Green+Blue) = 192+32+151=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C02097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02097 is #3FDF68. Grayscale: #5D5D5D. Windows color (decimal): -4185961 or 9904320. OLE color: 9904320.
HSL color Cylindrical-coordinate representation of color #C02097: hue angle of 315.38º 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 #C02097 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 151 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.25 |
| HSL | 315.38º | 0.71% | 0.44% | - |
| HSV(B) | 315.38º | 0.83% | 0.75% | - |
| XYZ | 27.84 | 14.47 | 30.6 | - |
| YUV | 93.41 | 160.51 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 151 | 0 | 0.83 | 0.21 | 0.25 | 315.38 | 0.71 | 0.44 |
| Hex | C0 | 20 | 97 | 0 | 53 | 15 | 19 | 13B | 47 | 2C |
| Octal | 300 | 40 | 227 | 0 | 123 | 25 | 31 | 473 | 107 | 54 |
| Binary | 11000000 | 100000 | 10010111 | 0 | 1010011 | 10101 | 11001 | 100111011 | 1000111 | 101100 |
Color Harmonies of #C02097
Complementary color
Monochromatic Colors of #C02097
Black with #C02097
Text Example
Text Example
White with #C02097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02097; }
p { color: rgb(192,32,151); }
H1.HeaderClassName
{
color: #C02097;
}
.AnyTagClassName
{
color: #C02097;
}
</style>
background-color css
<style>
a { background-color: #C02097; }
a { background-color: rgb(192,32,151); }
div.DivClassName
{
background-color: #C02097;
}
.BgClassName
{
background-color: #C02097;
}
</style>
border-color css
<style>
span { border-color: #C02097; }
span { border-color: rgb(192,32,151); }
td.TdClassName
{
border-color: #C02097;
}
.TagClassName
{
border-color: #C02097;
}
</style>