Shades of Deep Magenta #C222DB
Tints of Deep Magenta #C222DB
RGB
CMYK
RGB Variations
Color information
#C222DB (or 0xC222DB) is known color: Deep Magenta. HEX triplet: C2, 22 and DB. RGB value is (194,34,219). Sum of RGB (Red+Green+Blue) = 194+34+219=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 34 (13.67% from 255 or 7.61% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #C222DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C222DB is #3DDD24. Grayscale: #666666. Windows color (decimal): -4054309 or 14361282. OLE color: 14361282.
HSL color Cylindrical-coordinate representation of color #C222DB: hue angle of 291.89º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C222DB is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 34 | 219 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.14 |
| HSL | 291.89º | 0.73% | 0.5% | - |
| HSV(B) | 291.89º | 0.84% | 0.86% | - |
| XYZ | 35.61 | 17.73 | 68.56 | - |
| YUV | 102.93 | 193.51 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 219 | 0.11 | 0.84 | 0 | 0.14 | 291.89 | 0.73 | 0.5 |
| Hex | C2 | 22 | DB | B | 54 | 0 | E | 124 | 49 | 32 |
| Octal | 302 | 42 | 333 | 13 | 124 | 0 | 16 | 444 | 111 | 62 |
| Binary | 11000010 | 100010 | 11011011 | 1011 | 1010100 | 0 | 1110 | 100100100 | 1001001 | 110010 |
Color Harmonies of #C222DB
Complementary color
Monochromatic Colors of #C222DB
Black with #C222DB
Text Example
Text Example
White with #C222DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C222DB; }
p { color: rgb(194,34,219); }
H1.HeaderClassName
{
color: #C222DB;
}
.AnyTagClassName
{
color: #C222DB;
}
</style>
background-color css
<style>
a { background-color: #C222DB; }
a { background-color: rgb(194,34,219); }
div.DivClassName
{
background-color: #C222DB;
}
.BgClassName
{
background-color: #C222DB;
}
</style>
border-color css
<style>
span { border-color: #C222DB; }
span { border-color: rgb(194,34,219); }
td.TdClassName
{
border-color: #C222DB;
}
.TagClassName
{
border-color: #C222DB;
}
</style>