Shades of Medium Red Violet #C22CA8
Tints of Medium Red Violet #C22CA8
RGB
CMYK
RGB Variations
Color information
#C22CA8 (or 0xC22CA8) is known color: Medium Red Violet. HEX triplet: C2, 2C and A8. RGB value is (194,44,168). Sum of RGB (Red+Green+Blue) = 194+44+168=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C22CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22CA8 is #3DD357. Grayscale: #666666. Windows color (decimal): -4051800 or 11021506. OLE color: 11021506.
HSL color Cylindrical-coordinate representation of color #C22CA8: hue angle of 310.4º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22CA8 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 44 | 168 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.24 |
| HSL | 310.4º | 0.63% | 0.47% | - |
| HSV(B) | 310.4º | 0.77% | 0.76% | - |
| XYZ | 30.22 | 16.1 | 38.56 | - |
| YUV | 102.99 | 164.7 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 168 | 0 | 0.77 | 0.13 | 0.24 | 310.4 | 0.63 | 0.47 |
| Hex | C2 | 2C | A8 | 0 | 4D | D | 18 | 136 | 3F | 2F |
| Octal | 302 | 54 | 250 | 0 | 115 | 15 | 30 | 466 | 77 | 57 |
| Binary | 11000010 | 101100 | 10101000 | 0 | 1001101 | 1101 | 11000 | 100110110 | 111111 | 101111 |
Color Harmonies of #C22CA8
Complementary color
Monochromatic Colors of #C22CA8
Black with #C22CA8
Text Example
Text Example
White with #C22CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22CA8; }
p { color: rgb(194,44,168); }
H1.HeaderClassName
{
color: #C22CA8;
}
.AnyTagClassName
{
color: #C22CA8;
}
</style>
background-color css
<style>
a { background-color: #C22CA8; }
a { background-color: rgb(194,44,168); }
div.DivClassName
{
background-color: #C22CA8;
}
.BgClassName
{
background-color: #C22CA8;
}
</style>
border-color css
<style>
span { border-color: #C22CA8; }
span { border-color: rgb(194,44,168); }
td.TdClassName
{
border-color: #C22CA8;
}
.TagClassName
{
border-color: #C22CA8;
}
</style>