Shades of Deep Magenta #C222DC
Tints of Deep Magenta #C222DC
RGB
CMYK
RGB Variations
Color information
#C222DC (or 0xC222DC) is known color: Deep Magenta. HEX triplet: C2, 22 and DC. RGB value is (194,34,220). Sum of RGB (Red+Green+Blue) = 194+34+220=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 34 (13.67% from 255 or 7.59% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #C222DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C222DC is #3DDD23. Grayscale: #666666. Windows color (decimal): -4054308 or 14426818. OLE color: 14426818.
HSL color Cylindrical-coordinate representation of color #C222DC: hue angle of 291.61º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C222DC is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 34 | 220 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.14 |
| HSL | 291.61º | 0.73% | 0.5% | - |
| HSV(B) | 291.61º | 0.85% | 0.86% | - |
| XYZ | 35.74 | 17.78 | 69.26 | - |
| YUV | 103.04 | 194.01 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 220 | 0.12 | 0.85 | 0 | 0.14 | 291.61 | 0.73 | 0.5 |
| Hex | C2 | 22 | DC | C | 55 | 0 | E | 124 | 49 | 32 |
| Octal | 302 | 42 | 334 | 14 | 125 | 0 | 16 | 444 | 111 | 62 |
| Binary | 11000010 | 100010 | 11011100 | 1100 | 1010101 | 0 | 1110 | 100100100 | 1001001 | 110010 |
Color Harmonies of #C222DC
Complementary color
Monochromatic Colors of #C222DC
Black with #C222DC
Text Example
Text Example
White with #C222DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C222DC; }
p { color: rgb(194,34,220); }
H1.HeaderClassName
{
color: #C222DC;
}
.AnyTagClassName
{
color: #C222DC;
}
</style>
background-color css
<style>
a { background-color: #C222DC; }
a { background-color: rgb(194,34,220); }
div.DivClassName
{
background-color: #C222DC;
}
.BgClassName
{
background-color: #C222DC;
}
</style>
border-color css
<style>
span { border-color: #C222DC; }
span { border-color: rgb(194,34,220); }
td.TdClassName
{
border-color: #C222DC;
}
.TagClassName
{
border-color: #C222DC;
}
</style>