Shades of Medium Red Violet #C22AA0
Tints of Medium Red Violet #C22AA0
RGB
CMYK
RGB Variations
Color information
#C22AA0 (or 0xC22AA0) is known color: Medium Red Violet. HEX triplet: C2, 2A and A0. RGB value is (194,42,160). Sum of RGB (Red+Green+Blue) = 194+42+160=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C22AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22AA0 is #3DD55F. Grayscale: #646464. Windows color (decimal): -4052320 or 10496706. OLE color: 10496706.
HSL color Cylindrical-coordinate representation of color #C22AA0: hue angle of 313.42º 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 #C22AA0 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 160 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.24 |
| HSL | 313.42º | 0.64% | 0.46% | - |
| HSV(B) | 313.42º | 0.78% | 0.76% | - |
| XYZ | 29.42 | 15.66 | 34.73 | - |
| YUV | 100.9 | 161.36 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 160 | 0 | 0.78 | 0.18 | 0.24 | 313.42 | 0.64 | 0.46 |
| Hex | C2 | 2A | A0 | 0 | 4E | 12 | 18 | 139 | 40 | 2E |
| Octal | 302 | 52 | 240 | 0 | 116 | 22 | 30 | 471 | 100 | 56 |
| Binary | 11000010 | 101010 | 10100000 | 0 | 1001110 | 10010 | 11000 | 100111001 | 1000000 | 101110 |
Color Harmonies of #C22AA0
Complementary color
Monochromatic Colors of #C22AA0
Black with #C22AA0
Text Example
Text Example
White with #C22AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22AA0; }
p { color: rgb(194,42,160); }
H1.HeaderClassName
{
color: #C22AA0;
}
.AnyTagClassName
{
color: #C22AA0;
}
</style>
background-color css
<style>
a { background-color: #C22AA0; }
a { background-color: rgb(194,42,160); }
div.DivClassName
{
background-color: #C22AA0;
}
.BgClassName
{
background-color: #C22AA0;
}
</style>
border-color css
<style>
span { border-color: #C22AA0; }
span { border-color: rgb(194,42,160); }
td.TdClassName
{
border-color: #C22AA0;
}
.TagClassName
{
border-color: #C22AA0;
}
</style>