Shades of Deep Magenta #C221DC
Tints of Deep Magenta #C221DC
RGB
CMYK
RGB Variations
Color information
#C221DC (or 0xC221DC) is known color: Deep Magenta. HEX triplet: C2, 21 and DC. RGB value is (194,33,220). Sum of RGB (Red+Green+Blue) = 194+33+220=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 33 (13.28% from 255 or 7.38% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #C221DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C221DC is #3DDE23. Grayscale: #656565. Windows color (decimal): -4054564 or 14426562. OLE color: 14426562.
HSL color Cylindrical-coordinate representation of color #C221DC: hue angle of 291.66º degrees, saturation: 0.74, 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 #C221DC is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 33 | 220 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.14 |
| HSL | 291.66º | 0.74% | 0.5% | - |
| HSV(B) | 291.66º | 0.85% | 0.86% | - |
| XYZ | 35.71 | 17.72 | 69.25 | - |
| YUV | 102.46 | 194.34 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 220 | 0.12 | 0.85 | 0 | 0.14 | 291.66 | 0.74 | 0.5 |
| Hex | C2 | 21 | DC | C | 55 | 0 | E | 124 | 4A | 32 |
| Octal | 302 | 41 | 334 | 14 | 125 | 0 | 16 | 444 | 112 | 62 |
| Binary | 11000010 | 100001 | 11011100 | 1100 | 1010101 | 0 | 1110 | 100100100 | 1001010 | 110010 |
Color Harmonies of #C221DC
Complementary color
Monochromatic Colors of #C221DC
Black with #C221DC
Text Example
Text Example
White with #C221DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C221DC; }
p { color: rgb(194,33,220); }
H1.HeaderClassName
{
color: #C221DC;
}
.AnyTagClassName
{
color: #C221DC;
}
</style>
background-color css
<style>
a { background-color: #C221DC; }
a { background-color: rgb(194,33,220); }
div.DivClassName
{
background-color: #C221DC;
}
.BgClassName
{
background-color: #C221DC;
}
</style>
border-color css
<style>
span { border-color: #C221DC; }
span { border-color: rgb(194,33,220); }
td.TdClassName
{
border-color: #C221DC;
}
.TagClassName
{
border-color: #C221DC;
}
</style>