Shades of Deep Magenta #C222AE
Tints of Deep Magenta #C222AE
RGB
CMYK
RGB Variations
Color information
#C222AE (or 0xC222AE) is known color: Deep Magenta. HEX triplet: C2, 22 and AE. RGB value is (194,34,174). Sum of RGB (Red+Green+Blue) = 194+34+174=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 34 (13.67% from 255 or 8.46% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C222AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C222AE is #3DDD51. Grayscale: #616161. Windows color (decimal): -4054354 or 11412162. OLE color: 11412162.
HSL color Cylindrical-coordinate representation of color #C222AE: hue angle of 307.5º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C222AE is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 174 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.24 |
| HSL | 307.5º | 0.7% | 0.45% | - |
| HSV(B) | 307.5º | 0.82% | 0.76% | - |
| XYZ | 30.46 | 15.67 | 41.46 | - |
| YUV | 97.8 | 171.01 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 174 | 0 | 0.82 | 0.10 | 0.24 | 307.5 | 0.7 | 0.45 |
| Hex | C2 | 22 | AE | 0 | 52 | A | 18 | 134 | 46 | 2D |
| Octal | 302 | 42 | 256 | 0 | 122 | 12 | 30 | 464 | 106 | 55 |
| Binary | 11000010 | 100010 | 10101110 | 0 | 1010010 | 1010 | 11000 | 100110100 | 1000110 | 101101 |
Color Harmonies of #C222AE
Complementary color
Monochromatic Colors of #C222AE
Black with #C222AE
Text Example
Text Example
White with #C222AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C222AE; }
p { color: rgb(194,34,174); }
H1.HeaderClassName
{
color: #C222AE;
}
.AnyTagClassName
{
color: #C222AE;
}
</style>
background-color css
<style>
a { background-color: #C222AE; }
a { background-color: rgb(194,34,174); }
div.DivClassName
{
background-color: #C222AE;
}
.BgClassName
{
background-color: #C222AE;
}
</style>
border-color css
<style>
span { border-color: #C222AE; }
span { border-color: rgb(194,34,174); }
td.TdClassName
{
border-color: #C222AE;
}
.TagClassName
{
border-color: #C222AE;
}
</style>