Shades of Medium Violet Red #C02291
Tints of Medium Violet Red #C02291
RGB
CMYK
RGB Variations
Color information
#C02291 (or 0xC02291) is known color: Medium Violet Red. HEX triplet: C0, 22 and 91. RGB value is (192,34,145). Sum of RGB (Red+Green+Blue) = 192+34+145=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C02291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02291 is #3FDD6E. Grayscale: #5D5D5D. Windows color (decimal): -4185455 or 9511616. OLE color: 9511616.
HSL color Cylindrical-coordinate representation of color #C02291: hue angle of 317.85º 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 #C02291 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 145 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.25 |
| HSL | 317.85º | 0.7% | 0.44% | - |
| HSV(B) | 317.85º | 0.82% | 0.75% | - |
| XYZ | 27.42 | 14.39 | 28.12 | - |
| YUV | 93.9 | 156.85 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 145 | 0 | 0.82 | 0.24 | 0.25 | 317.85 | 0.7 | 0.44 |
| Hex | C0 | 22 | 91 | 0 | 52 | 18 | 19 | 13E | 46 | 2C |
| Octal | 300 | 42 | 221 | 0 | 122 | 30 | 31 | 476 | 106 | 54 |
| Binary | 11000000 | 100010 | 10010001 | 0 | 1010010 | 11000 | 11001 | 100111110 | 1000110 | 101100 |
Color Harmonies of #C02291
Complementary color
Monochromatic Colors of #C02291
Black with #C02291
Text Example
Text Example
White with #C02291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02291; }
p { color: rgb(192,34,145); }
H1.HeaderClassName
{
color: #C02291;
}
.AnyTagClassName
{
color: #C02291;
}
</style>
background-color css
<style>
a { background-color: #C02291; }
a { background-color: rgb(192,34,145); }
div.DivClassName
{
background-color: #C02291;
}
.BgClassName
{
background-color: #C02291;
}
</style>
border-color css
<style>
span { border-color: #C02291; }
span { border-color: rgb(192,34,145); }
td.TdClassName
{
border-color: #C02291;
}
.TagClassName
{
border-color: #C02291;
}
</style>