Shades of Medium Violet Red #C22091
Tints of Medium Violet Red #C22091
RGB
CMYK
RGB Variations
Color information
#C22091 (or 0xC22091) is known color: Medium Violet Red. HEX triplet: C2, 20 and 91. RGB value is (194,32,145). Sum of RGB (Red+Green+Blue) = 194+32+145=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C22091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22091 is #3DDF6E. Grayscale: #5D5D5D. Windows color (decimal): -4054895 or 9511106. OLE color: 9511106.
HSL color Cylindrical-coordinate representation of color #C22091: hue angle of 318.15º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C22091 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 145 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.24 |
| HSL | 318.15º | 0.72% | 0.44% | - |
| HSV(B) | 318.15º | 0.84% | 0.76% | - |
| XYZ | 27.88 | 14.55 | 28.13 | - |
| YUV | 93.32 | 157.17 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 145 | 0 | 0.84 | 0.25 | 0.24 | 318.15 | 0.72 | 0.44 |
| Hex | C2 | 20 | 91 | 0 | 54 | 19 | 18 | 13E | 48 | 2C |
| Octal | 302 | 40 | 221 | 0 | 124 | 31 | 30 | 476 | 110 | 54 |
| Binary | 11000010 | 100000 | 10010001 | 0 | 1010100 | 11001 | 11000 | 100111110 | 1001000 | 101100 |
Color Harmonies of #C22091
Complementary color
Monochromatic Colors of #C22091
Black with #C22091
Text Example
Text Example
White with #C22091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22091; }
p { color: rgb(194,32,145); }
H1.HeaderClassName
{
color: #C22091;
}
.AnyTagClassName
{
color: #C22091;
}
</style>
background-color css
<style>
a { background-color: #C22091; }
a { background-color: rgb(194,32,145); }
div.DivClassName
{
background-color: #C22091;
}
.BgClassName
{
background-color: #C22091;
}
</style>
border-color css
<style>
span { border-color: #C22091; }
span { border-color: rgb(194,32,145); }
td.TdClassName
{
border-color: #C22091;
}
.TagClassName
{
border-color: #C22091;
}
</style>