Shades of Medium Violet Red #C02295
Tints of Medium Violet Red #C02295
RGB
CMYK
RGB Variations
Color information
#C02295 (or 0xC02295) is known color: Medium Violet Red. HEX triplet: C0, 22 and 95. RGB value is (192,34,149). Sum of RGB (Red+Green+Blue) = 192+34+149=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C02295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02295 is #3FDD6A. Grayscale: #5E5E5E. Windows color (decimal): -4185451 or 9773760. OLE color: 9773760.
HSL color Cylindrical-coordinate representation of color #C02295: hue angle of 316.33º 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 #C02295 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 149 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.25 |
| HSL | 316.33º | 0.7% | 0.44% | - |
| HSV(B) | 316.33º | 0.82% | 0.75% | - |
| XYZ | 27.74 | 14.52 | 29.77 | - |
| YUV | 94.35 | 158.85 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 149 | 0 | 0.82 | 0.22 | 0.25 | 316.33 | 0.7 | 0.44 |
| Hex | C0 | 22 | 95 | 0 | 52 | 16 | 19 | 13C | 46 | 2C |
| Octal | 300 | 42 | 225 | 0 | 122 | 26 | 31 | 474 | 106 | 54 |
| Binary | 11000000 | 100010 | 10010101 | 0 | 1010010 | 10110 | 11001 | 100111100 | 1000110 | 101100 |
Color Harmonies of #C02295
Complementary color
Monochromatic Colors of #C02295
Black with #C02295
Text Example
Text Example
White with #C02295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02295; }
p { color: rgb(192,34,149); }
H1.HeaderClassName
{
color: #C02295;
}
.AnyTagClassName
{
color: #C02295;
}
</style>
background-color css
<style>
a { background-color: #C02295; }
a { background-color: rgb(192,34,149); }
div.DivClassName
{
background-color: #C02295;
}
.BgClassName
{
background-color: #C02295;
}
</style>
border-color css
<style>
span { border-color: #C02295; }
span { border-color: rgb(192,34,149); }
td.TdClassName
{
border-color: #C02295;
}
.TagClassName
{
border-color: #C02295;
}
</style>