Shades of Medium Red Violet #C22EA8
Tints of Medium Red Violet #C22EA8
RGB
CMYK
RGB Variations
Color information
#C22EA8 (or 0xC22EA8) is known color: Medium Red Violet. HEX triplet: C2, 2E and A8. RGB value is (194,46,168). Sum of RGB (Red+Green+Blue) = 194+46+168=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 46 (18.36% from 255 or 11.27% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C22EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22EA8 is #3DD157. Grayscale: #676767. Windows color (decimal): -4051288 or 11022018. OLE color: 11022018.
HSL color Cylindrical-coordinate representation of color #C22EA8: hue angle of 310.54º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C22EA8 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 46 | 168 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.24 |
| HSL | 310.54º | 0.62% | 0.47% | - |
| HSV(B) | 310.54º | 0.76% | 0.76% | - |
| XYZ | 30.29 | 16.25 | 38.59 | - |
| YUV | 104.16 | 164.03 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 168 | 0 | 0.76 | 0.13 | 0.24 | 310.54 | 0.62 | 0.47 |
| Hex | C2 | 2E | A8 | 0 | 4C | D | 18 | 137 | 3E | 2F |
| Octal | 302 | 56 | 250 | 0 | 114 | 15 | 30 | 467 | 76 | 57 |
| Binary | 11000010 | 101110 | 10101000 | 0 | 1001100 | 1101 | 11000 | 100110111 | 111110 | 101111 |
Color Harmonies of #C22EA8
Complementary color
Monochromatic Colors of #C22EA8
Black with #C22EA8
Text Example
Text Example
White with #C22EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22EA8; }
p { color: rgb(194,46,168); }
H1.HeaderClassName
{
color: #C22EA8;
}
.AnyTagClassName
{
color: #C22EA8;
}
</style>
background-color css
<style>
a { background-color: #C22EA8; }
a { background-color: rgb(194,46,168); }
div.DivClassName
{
background-color: #C22EA8;
}
.BgClassName
{
background-color: #C22EA8;
}
</style>
border-color css
<style>
span { border-color: #C22EA8; }
span { border-color: rgb(194,46,168); }
td.TdClassName
{
border-color: #C22EA8;
}
.TagClassName
{
border-color: #C22EA8;
}
</style>