Shades of Medium Red Violet #C22A99
Tints of Medium Red Violet #C22A99
RGB
CMYK
RGB Variations
Color information
#C22A99 (or 0xC22A99) is known color: Medium Red Violet. HEX triplet: C2, 2A and 99. RGB value is (194,42,153). Sum of RGB (Red+Green+Blue) = 194+42+153=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 42 (16.80% from 255 or 10.80% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22A99 is #3DD566. Grayscale: #636363. Windows color (decimal): -4052327 or 10037954. OLE color: 10037954.
HSL color Cylindrical-coordinate representation of color #C22A99: hue angle of 316.18º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22A99 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 153 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.24 |
| HSL | 316.18º | 0.64% | 0.46% | - |
| HSV(B) | 316.18º | 0.78% | 0.76% | - |
| XYZ | 28.83 | 15.43 | 31.6 | - |
| YUV | 100.1 | 157.86 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 153 | 0 | 0.78 | 0.21 | 0.24 | 316.18 | 0.64 | 0.46 |
| Hex | C2 | 2A | 99 | 0 | 4E | 15 | 18 | 13C | 40 | 2E |
| Octal | 302 | 52 | 231 | 0 | 116 | 25 | 30 | 474 | 100 | 56 |
| Binary | 11000010 | 101010 | 10011001 | 0 | 1001110 | 10101 | 11000 | 100111100 | 1000000 | 101110 |
Color Harmonies of #C22A99
Complementary color
Monochromatic Colors of #C22A99
Black with #C22A99
Text Example
Text Example
White with #C22A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22A99; }
p { color: rgb(194,42,153); }
H1.HeaderClassName
{
color: #C22A99;
}
.AnyTagClassName
{
color: #C22A99;
}
</style>
background-color css
<style>
a { background-color: #C22A99; }
a { background-color: rgb(194,42,153); }
div.DivClassName
{
background-color: #C22A99;
}
.BgClassName
{
background-color: #C22A99;
}
</style>
border-color css
<style>
span { border-color: #C22A99; }
span { border-color: rgb(194,42,153); }
td.TdClassName
{
border-color: #C22A99;
}
.TagClassName
{
border-color: #C22A99;
}
</style>