Shades of Medium Violet Red #C22299
Tints of Medium Violet Red #C22299
RGB
CMYK
RGB Variations
Color information
#C22299 (or 0xC22299) is known color: Medium Violet Red. HEX triplet: C2, 22 and 99. RGB value is (194,34,153). Sum of RGB (Red+Green+Blue) = 194+34+153=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C22299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22299 is #3DDD66. Grayscale: #5F5F5F. Windows color (decimal): -4054375 or 10035906. OLE color: 10035906.
HSL color Cylindrical-coordinate representation of color #C22299: hue angle of 315.38º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22299 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 153 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.24 |
| HSL | 315.38º | 0.7% | 0.45% | - |
| HSV(B) | 315.38º | 0.82% | 0.76% | - |
| XYZ | 28.57 | 14.91 | 31.51 | - |
| YUV | 95.41 | 160.51 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 153 | 0 | 0.82 | 0.21 | 0.24 | 315.38 | 0.7 | 0.45 |
| Hex | C2 | 22 | 99 | 0 | 52 | 15 | 18 | 13B | 46 | 2D |
| Octal | 302 | 42 | 231 | 0 | 122 | 25 | 30 | 473 | 106 | 55 |
| Binary | 11000010 | 100010 | 10011001 | 0 | 1010010 | 10101 | 11000 | 100111011 | 1000110 | 101101 |
Color Harmonies of #C22299
Complementary color
Monochromatic Colors of #C22299
Black with #C22299
Text Example
Text Example
White with #C22299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22299; }
p { color: rgb(194,34,153); }
H1.HeaderClassName
{
color: #C22299;
}
.AnyTagClassName
{
color: #C22299;
}
</style>
background-color css
<style>
a { background-color: #C22299; }
a { background-color: rgb(194,34,153); }
div.DivClassName
{
background-color: #C22299;
}
.BgClassName
{
background-color: #C22299;
}
</style>
border-color css
<style>
span { border-color: #C22299; }
span { border-color: rgb(194,34,153); }
td.TdClassName
{
border-color: #C22299;
}
.TagClassName
{
border-color: #C22299;
}
</style>