Shades of Medium Violet Red #C02297
Tints of Medium Violet Red #C02297
RGB
CMYK
RGB Variations
Color information
#C02297 (or 0xC02297) is known color: Medium Violet Red. HEX triplet: C0, 22 and 97. RGB value is (192,34,151). Sum of RGB (Red+Green+Blue) = 192+34+151=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C02297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02297 is #3FDD68. Grayscale: #5E5E5E. Windows color (decimal): -4185449 or 9904832. OLE color: 9904832.
HSL color Cylindrical-coordinate representation of color #C02297: hue angle of 315.57º 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 #C02297 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 151 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.25 |
| HSL | 315.57º | 0.7% | 0.44% | - |
| HSV(B) | 315.57º | 0.82% | 0.75% | - |
| XYZ | 27.9 | 14.58 | 30.62 | - |
| YUV | 94.58 | 159.85 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 151 | 0 | 0.82 | 0.21 | 0.25 | 315.57 | 0.7 | 0.44 |
| Hex | C0 | 22 | 97 | 0 | 52 | 15 | 19 | 13C | 46 | 2C |
| Octal | 300 | 42 | 227 | 0 | 122 | 25 | 31 | 474 | 106 | 54 |
| Binary | 11000000 | 100010 | 10010111 | 0 | 1010010 | 10101 | 11001 | 100111100 | 1000110 | 101100 |
Color Harmonies of #C02297
Complementary color
Monochromatic Colors of #C02297
Black with #C02297
Text Example
Text Example
White with #C02297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02297; }
p { color: rgb(192,34,151); }
H1.HeaderClassName
{
color: #C02297;
}
.AnyTagClassName
{
color: #C02297;
}
</style>
background-color css
<style>
a { background-color: #C02297; }
a { background-color: rgb(192,34,151); }
div.DivClassName
{
background-color: #C02297;
}
.BgClassName
{
background-color: #C02297;
}
</style>
border-color css
<style>
span { border-color: #C02297; }
span { border-color: rgb(192,34,151); }
td.TdClassName
{
border-color: #C02297;
}
.TagClassName
{
border-color: #C02297;
}
</style>