Shades of Medium Violet Red #C22099
Tints of Medium Violet Red #C22099
RGB
CMYK
RGB Variations
Color information
#C22099 (or 0xC22099) is known color: Medium Violet Red. HEX triplet: C2, 20 and 99. RGB value is (194,32,153). Sum of RGB (Red+Green+Blue) = 194+32+153=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C22099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22099 is #3DDF66. Grayscale: #5D5D5D. Windows color (decimal): -4054887 or 10035394. OLE color: 10035394.
HSL color Cylindrical-coordinate representation of color #C22099: hue angle of 315.19º 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 #C22099 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 153 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.24 |
| HSL | 315.19º | 0.72% | 0.44% | - |
| HSV(B) | 315.19º | 0.84% | 0.76% | - |
| XYZ | 28.51 | 14.8 | 31.49 | - |
| YUV | 94.23 | 161.17 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 153 | 0 | 0.84 | 0.21 | 0.24 | 315.19 | 0.72 | 0.44 |
| Hex | C2 | 20 | 99 | 0 | 54 | 15 | 18 | 13B | 48 | 2C |
| Octal | 302 | 40 | 231 | 0 | 124 | 25 | 30 | 473 | 110 | 54 |
| Binary | 11000010 | 100000 | 10011001 | 0 | 1010100 | 10101 | 11000 | 100111011 | 1001000 | 101100 |
Color Harmonies of #C22099
Complementary color
Monochromatic Colors of #C22099
Black with #C22099
Text Example
Text Example
White with #C22099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22099; }
p { color: rgb(194,32,153); }
H1.HeaderClassName
{
color: #C22099;
}
.AnyTagClassName
{
color: #C22099;
}
</style>
background-color css
<style>
a { background-color: #C22099; }
a { background-color: rgb(194,32,153); }
div.DivClassName
{
background-color: #C22099;
}
.BgClassName
{
background-color: #C22099;
}
</style>
border-color css
<style>
span { border-color: #C22099; }
span { border-color: rgb(194,32,153); }
td.TdClassName
{
border-color: #C22099;
}
.TagClassName
{
border-color: #C22099;
}
</style>