Shades of Deep Magenta #C22ACC
Tints of Deep Magenta #C22ACC
RGB
CMYK
RGB Variations
Color information
#C22ACC (or 0xC22ACC) is known color: Deep Magenta. HEX triplet: C2, 2A and CC. RGB value is (194,42,204). Sum of RGB (Red+Green+Blue) = 194+42+204=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 42 (16.80% from 255 or 9.55% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #C22ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22ACC is #3DD533. Grayscale: #696969. Windows color (decimal): -4052276 or 13380290. OLE color: 13380290.
HSL color Cylindrical-coordinate representation of color #C22ACC: hue angle of 296.3º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22ACC is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 42 | 204 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.2 |
| HSL | 296.3º | 0.66% | 0.48% | - |
| HSV(B) | 296.3º | 0.79% | 0.8% | - |
| XYZ | 33.98 | 17.48 | 58.71 | - |
| YUV | 105.92 | 183.36 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 204 | 0.05 | 0.79 | 0 | 0.2 | 296.3 | 0.66 | 0.48 |
| Hex | C2 | 2A | CC | 5 | 4F | 0 | 14 | 128 | 42 | 30 |
| Octal | 302 | 52 | 314 | 5 | 117 | 0 | 24 | 450 | 102 | 60 |
| Binary | 11000010 | 101010 | 11001100 | 101 | 1001111 | 0 | 10100 | 100101000 | 1000010 | 110000 |
Color Harmonies of #C22ACC
Complementary color
Monochromatic Colors of #C22ACC
Black with #C22ACC
Text Example
Text Example
White with #C22ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22ACC; }
p { color: rgb(194,42,204); }
H1.HeaderClassName
{
color: #C22ACC;
}
.AnyTagClassName
{
color: #C22ACC;
}
</style>
background-color css
<style>
a { background-color: #C22ACC; }
a { background-color: rgb(194,42,204); }
div.DivClassName
{
background-color: #C22ACC;
}
.BgClassName
{
background-color: #C22ACC;
}
</style>
border-color css
<style>
span { border-color: #C22ACC; }
span { border-color: rgb(194,42,204); }
td.TdClassName
{
border-color: #C22ACC;
}
.TagClassName
{
border-color: #C22ACC;
}
</style>