Shades of Medium Red Violet #C22DA8
Tints of Medium Red Violet #C22DA8
RGB
CMYK
RGB Variations
Color information
#C22DA8 (or 0xC22DA8) is known color: Medium Red Violet. HEX triplet: C2, 2D and A8. RGB value is (194,45,168). Sum of RGB (Red+Green+Blue) = 194+45+168=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C22DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22DA8 is #3DD257. Grayscale: #676767. Windows color (decimal): -4051544 or 11021762. OLE color: 11021762.
HSL color Cylindrical-coordinate representation of color #C22DA8: hue angle of 310.47º degrees, saturation: 0.62, 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 #C22DA8 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 45 | 168 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.24 |
| HSL | 310.47º | 0.62% | 0.47% | - |
| HSV(B) | 310.47º | 0.77% | 0.76% | - |
| XYZ | 30.25 | 16.17 | 38.57 | - |
| YUV | 103.57 | 164.36 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 168 | 0 | 0.77 | 0.13 | 0.24 | 310.47 | 0.62 | 0.47 |
| Hex | C2 | 2D | A8 | 0 | 4D | D | 18 | 136 | 3E | 2F |
| Octal | 302 | 55 | 250 | 0 | 115 | 15 | 30 | 466 | 76 | 57 |
| Binary | 11000010 | 101101 | 10101000 | 0 | 1001101 | 1101 | 11000 | 100110110 | 111110 | 101111 |
Color Harmonies of #C22DA8
Complementary color
Monochromatic Colors of #C22DA8
Black with #C22DA8
Text Example
Text Example
White with #C22DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22DA8; }
p { color: rgb(194,45,168); }
H1.HeaderClassName
{
color: #C22DA8;
}
.AnyTagClassName
{
color: #C22DA8;
}
</style>
background-color css
<style>
a { background-color: #C22DA8; }
a { background-color: rgb(194,45,168); }
div.DivClassName
{
background-color: #C22DA8;
}
.BgClassName
{
background-color: #C22DA8;
}
</style>
border-color css
<style>
span { border-color: #C22DA8; }
span { border-color: rgb(194,45,168); }
td.TdClassName
{
border-color: #C22DA8;
}
.TagClassName
{
border-color: #C22DA8;
}
</style>