Shades of Medium Violet Red #C02294
Tints of Medium Violet Red #C02294
RGB
CMYK
RGB Variations
Color information
#C02294 (or 0xC02294) is known color: Medium Violet Red. HEX triplet: C0, 22 and 94. RGB value is (192,34,148). Sum of RGB (Red+Green+Blue) = 192+34+148=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C02294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02294 is #3FDD6B. Grayscale: #5D5D5D. Windows color (decimal): -4185452 or 9708224. OLE color: 9708224.
HSL color Cylindrical-coordinate representation of color #C02294: hue angle of 316.71º 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 #C02294 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 148 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.25 |
| HSL | 316.71º | 0.7% | 0.44% | - |
| HSV(B) | 316.71º | 0.82% | 0.75% | - |
| XYZ | 27.66 | 14.49 | 29.36 | - |
| YUV | 94.24 | 158.35 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 148 | 0 | 0.82 | 0.23 | 0.25 | 316.71 | 0.7 | 0.44 |
| Hex | C0 | 22 | 94 | 0 | 52 | 17 | 19 | 13D | 46 | 2C |
| Octal | 300 | 42 | 224 | 0 | 122 | 27 | 31 | 475 | 106 | 54 |
| Binary | 11000000 | 100010 | 10010100 | 0 | 1010010 | 10111 | 11001 | 100111101 | 1000110 | 101100 |
Color Harmonies of #C02294
Complementary color
Monochromatic Colors of #C02294
Black with #C02294
Text Example
Text Example
White with #C02294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02294; }
p { color: rgb(192,34,148); }
H1.HeaderClassName
{
color: #C02294;
}
.AnyTagClassName
{
color: #C02294;
}
</style>
background-color css
<style>
a { background-color: #C02294; }
a { background-color: rgb(192,34,148); }
div.DivClassName
{
background-color: #C02294;
}
.BgClassName
{
background-color: #C02294;
}
</style>
border-color css
<style>
span { border-color: #C02294; }
span { border-color: rgb(192,34,148); }
td.TdClassName
{
border-color: #C02294;
}
.TagClassName
{
border-color: #C02294;
}
</style>