Shades of Medium Red Violet #C22AAA
Tints of Medium Red Violet #C22AAA
RGB
CMYK
RGB Variations
Color information
#C22AAA (or 0xC22AAA) is known color: Medium Red Violet. HEX triplet: C2, 2A and AA. RGB value is (194,42,170). Sum of RGB (Red+Green+Blue) = 194+42+170=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C22AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22AAA is #3DD555. Grayscale: #656565. Windows color (decimal): -4052310 or 11152066. OLE color: 11152066.
HSL color Cylindrical-coordinate representation of color #C22AAA: hue angle of 309.47º 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 #C22AAA is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 170 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.24 |
| HSL | 309.47º | 0.64% | 0.46% | - |
| HSV(B) | 309.47º | 0.78% | 0.76% | - |
| XYZ | 30.33 | 16.03 | 39.53 | - |
| YUV | 102.04 | 166.36 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 170 | 0 | 0.78 | 0.12 | 0.24 | 309.47 | 0.64 | 0.46 |
| Hex | C2 | 2A | AA | 0 | 4E | C | 18 | 135 | 40 | 2E |
| Octal | 302 | 52 | 252 | 0 | 116 | 14 | 30 | 465 | 100 | 56 |
| Binary | 11000010 | 101010 | 10101010 | 0 | 1001110 | 1100 | 11000 | 100110101 | 1000000 | 101110 |
Color Harmonies of #C22AAA
Complementary color
Monochromatic Colors of #C22AAA
Black with #C22AAA
Text Example
Text Example
White with #C22AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22AAA; }
p { color: rgb(194,42,170); }
H1.HeaderClassName
{
color: #C22AAA;
}
.AnyTagClassName
{
color: #C22AAA;
}
</style>
background-color css
<style>
a { background-color: #C22AAA; }
a { background-color: rgb(194,42,170); }
div.DivClassName
{
background-color: #C22AAA;
}
.BgClassName
{
background-color: #C22AAA;
}
</style>
border-color css
<style>
span { border-color: #C22AAA; }
span { border-color: rgb(194,42,170); }
td.TdClassName
{
border-color: #C22AAA;
}
.TagClassName
{
border-color: #C22AAA;
}
</style>