Shades of Deep Magenta #C222E0
Tints of Deep Magenta #C222E0
RGB
CMYK
RGB Variations
Color information
#C222E0 (or 0xC222E0) is known color: Deep Magenta. HEX triplet: C2, 22 and E0. RGB value is (194,34,224). Sum of RGB (Red+Green+Blue) = 194+34+224=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 34 (13.67% from 255 or 7.52% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #C222E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C222E0 is #3DDD1F. Grayscale: #666666. Windows color (decimal): -4054304 or 14688962. OLE color: 14688962.
HSL color Cylindrical-coordinate representation of color #C222E0: hue angle of 290.53º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C222E0 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 34 | 224 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.12 |
| HSL | 290.53º | 0.75% | 0.51% | - |
| HSV(B) | 290.53º | 0.85% | 0.88% | - |
| XYZ | 36.27 | 18 | 72.08 | - |
| YUV | 103.5 | 196.01 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 224 | 0.13 | 0.85 | 0 | 0.12 | 290.53 | 0.75 | 0.51 |
| Hex | C2 | 22 | E0 | D | 55 | 0 | C | 123 | 4B | 33 |
| Octal | 302 | 42 | 340 | 15 | 125 | 0 | 14 | 443 | 113 | 63 |
| Binary | 11000010 | 100010 | 11100000 | 1101 | 1010101 | 0 | 1100 | 100100011 | 1001011 | 110011 |
Color Harmonies of #C222E0
Complementary color
Monochromatic Colors of #C222E0
Black with #C222E0
Text Example
Text Example
White with #C222E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C222E0; }
p { color: rgb(194,34,224); }
H1.HeaderClassName
{
color: #C222E0;
}
.AnyTagClassName
{
color: #C222E0;
}
</style>
background-color css
<style>
a { background-color: #C222E0; }
a { background-color: rgb(194,34,224); }
div.DivClassName
{
background-color: #C222E0;
}
.BgClassName
{
background-color: #C222E0;
}
</style>
border-color css
<style>
span { border-color: #C222E0; }
span { border-color: rgb(194,34,224); }
td.TdClassName
{
border-color: #C222E0;
}
.TagClassName
{
border-color: #C222E0;
}
</style>