Shades of Medium Violet Red #C22191
Tints of Medium Violet Red #C22191
RGB
CMYK
RGB Variations
Color information
#C22191 (or 0xC22191) is known color: Medium Violet Red. HEX triplet: C2, 21 and 91. RGB value is (194,33,145). Sum of RGB (Red+Green+Blue) = 194+33+145=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C22191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22191 is #3DDE6E. Grayscale: #5D5D5D. Windows color (decimal): -4054639 or 9511362. OLE color: 9511362.
HSL color Cylindrical-coordinate representation of color #C22191: hue angle of 318.26º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C22191 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 33 | 145 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.24 |
| HSL | 318.26º | 0.71% | 0.45% | - |
| HSV(B) | 318.26º | 0.83% | 0.76% | - |
| XYZ | 27.9 | 14.6 | 28.14 | - |
| YUV | 93.91 | 156.84 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 145 | 0 | 0.83 | 0.25 | 0.24 | 318.26 | 0.71 | 0.45 |
| Hex | C2 | 21 | 91 | 0 | 53 | 19 | 18 | 13E | 47 | 2D |
| Octal | 302 | 41 | 221 | 0 | 123 | 31 | 30 | 476 | 107 | 55 |
| Binary | 11000010 | 100001 | 10010001 | 0 | 1010011 | 11001 | 11000 | 100111110 | 1000111 | 101101 |
Color Harmonies of #C22191
Complementary color
Monochromatic Colors of #C22191
Black with #C22191
Text Example
Text Example
White with #C22191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22191; }
p { color: rgb(194,33,145); }
H1.HeaderClassName
{
color: #C22191;
}
.AnyTagClassName
{
color: #C22191;
}
</style>
background-color css
<style>
a { background-color: #C22191; }
a { background-color: rgb(194,33,145); }
div.DivClassName
{
background-color: #C22191;
}
.BgClassName
{
background-color: #C22191;
}
</style>
border-color css
<style>
span { border-color: #C22191; }
span { border-color: rgb(194,33,145); }
td.TdClassName
{
border-color: #C22191;
}
.TagClassName
{
border-color: #C22191;
}
</style>