Shades of Medium Violet Red #C02292
Tints of Medium Violet Red #C02292
RGB
CMYK
RGB Variations
Color information
#C02292 (or 0xC02292) is known color: Medium Violet Red. HEX triplet: C0, 22 and 92. RGB value is (192,34,146). Sum of RGB (Red+Green+Blue) = 192+34+146=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C02292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02292 is #3FDD6D. Grayscale: #5D5D5D. Windows color (decimal): -4185454 or 9577152. OLE color: 9577152.
HSL color Cylindrical-coordinate representation of color #C02292: hue angle of 317.47º 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 #C02292 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 146 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.25 |
| HSL | 317.47º | 0.7% | 0.44% | - |
| HSV(B) | 317.47º | 0.82% | 0.75% | - |
| XYZ | 27.5 | 14.43 | 28.53 | - |
| YUV | 94.01 | 157.35 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 146 | 0 | 0.82 | 0.24 | 0.25 | 317.47 | 0.7 | 0.44 |
| Hex | C0 | 22 | 92 | 0 | 52 | 18 | 19 | 13D | 46 | 2C |
| Octal | 300 | 42 | 222 | 0 | 122 | 30 | 31 | 475 | 106 | 54 |
| Binary | 11000000 | 100010 | 10010010 | 0 | 1010010 | 11000 | 11001 | 100111101 | 1000110 | 101100 |
Color Harmonies of #C02292
Complementary color
Monochromatic Colors of #C02292
Black with #C02292
Text Example
Text Example
White with #C02292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02292; }
p { color: rgb(192,34,146); }
H1.HeaderClassName
{
color: #C02292;
}
.AnyTagClassName
{
color: #C02292;
}
</style>
background-color css
<style>
a { background-color: #C02292; }
a { background-color: rgb(192,34,146); }
div.DivClassName
{
background-color: #C02292;
}
.BgClassName
{
background-color: #C02292;
}
</style>
border-color css
<style>
span { border-color: #C02292; }
span { border-color: rgb(192,34,146); }
td.TdClassName
{
border-color: #C02292;
}
.TagClassName
{
border-color: #C02292;
}
</style>