Shades of Medium Violet Red #C22190
Tints of Medium Violet Red #C22190
RGB
CMYK
RGB Variations
Color information
#C22190 (or 0xC22190) is known color: Medium Violet Red. HEX triplet: C2, 21 and 90. RGB value is (194,33,144). Sum of RGB (Red+Green+Blue) = 194+33+144=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C22190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22190 is #3DDE6F. Grayscale: #5D5D5D. Windows color (decimal): -4054640 or 9445826. OLE color: 9445826.
HSL color Cylindrical-coordinate representation of color #C22190: hue angle of 318.63º 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 #C22190 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 33 | 144 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.24 |
| HSL | 318.63º | 0.71% | 0.45% | - |
| HSV(B) | 318.63º | 0.83% | 0.76% | - |
| XYZ | 27.83 | 14.57 | 27.73 | - |
| YUV | 93.79 | 156.34 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 144 | 0 | 0.83 | 0.26 | 0.24 | 318.63 | 0.71 | 0.45 |
| Hex | C2 | 21 | 90 | 0 | 53 | 1A | 18 | 13F | 47 | 2D |
| Octal | 302 | 41 | 220 | 0 | 123 | 32 | 30 | 477 | 107 | 55 |
| Binary | 11000010 | 100001 | 10010000 | 0 | 1010011 | 11010 | 11000 | 100111111 | 1000111 | 101101 |
Color Harmonies of #C22190
Complementary color
Monochromatic Colors of #C22190
Black with #C22190
Text Example
Text Example
White with #C22190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22190; }
p { color: rgb(194,33,144); }
H1.HeaderClassName
{
color: #C22190;
}
.AnyTagClassName
{
color: #C22190;
}
</style>
background-color css
<style>
a { background-color: #C22190; }
a { background-color: rgb(194,33,144); }
div.DivClassName
{
background-color: #C22190;
}
.BgClassName
{
background-color: #C22190;
}
</style>
border-color css
<style>
span { border-color: #C22190; }
span { border-color: rgb(194,33,144); }
td.TdClassName
{
border-color: #C22190;
}
.TagClassName
{
border-color: #C22190;
}
</style>