Shades of Medium Red Violet #C22BA9
Tints of Medium Red Violet #C22BA9
RGB
CMYK
RGB Variations
Color information
#C22BA9 (or 0xC22BA9) is known color: Medium Red Violet. HEX triplet: C2, 2B and A9. RGB value is (194,43,169). Sum of RGB (Red+Green+Blue) = 194+43+169=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C22BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22BA9 is #3DD456. Grayscale: #666666. Windows color (decimal): -4052055 or 11086786. OLE color: 11086786.
HSL color Cylindrical-coordinate representation of color #C22BA9: hue angle of 309.93º 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 #C22BA9 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 43 | 169 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.24 |
| HSL | 309.93º | 0.64% | 0.46% | - |
| HSV(B) | 309.93º | 0.78% | 0.76% | - |
| XYZ | 30.27 | 16.06 | 39.04 | - |
| YUV | 102.51 | 165.53 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 169 | 0 | 0.78 | 0.13 | 0.24 | 309.93 | 0.64 | 0.46 |
| Hex | C2 | 2B | A9 | 0 | 4E | D | 18 | 136 | 40 | 2E |
| Octal | 302 | 53 | 251 | 0 | 116 | 15 | 30 | 466 | 100 | 56 |
| Binary | 11000010 | 101011 | 10101001 | 0 | 1001110 | 1101 | 11000 | 100110110 | 1000000 | 101110 |
Color Harmonies of #C22BA9
Complementary color
Monochromatic Colors of #C22BA9
Black with #C22BA9
Text Example
Text Example
White with #C22BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22BA9; }
p { color: rgb(194,43,169); }
H1.HeaderClassName
{
color: #C22BA9;
}
.AnyTagClassName
{
color: #C22BA9;
}
</style>
background-color css
<style>
a { background-color: #C22BA9; }
a { background-color: rgb(194,43,169); }
div.DivClassName
{
background-color: #C22BA9;
}
.BgClassName
{
background-color: #C22BA9;
}
</style>
border-color css
<style>
span { border-color: #C22BA9; }
span { border-color: rgb(194,43,169); }
td.TdClassName
{
border-color: #C22BA9;
}
.TagClassName
{
border-color: #C22BA9;
}
</style>