Shades of Deep Magenta #C221DD
Tints of Deep Magenta #C221DD
RGB
CMYK
RGB Variations
Color information
#C221DD (or 0xC221DD) is known color: Deep Magenta. HEX triplet: C2, 21 and DD. RGB value is (194,33,221). Sum of RGB (Red+Green+Blue) = 194+33+221=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 33 (13.28% from 255 or 7.37% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #C221DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C221DD is #3DDE22. Grayscale: #656565. Windows color (decimal): -4054563 or 14492098. OLE color: 14492098.
HSL color Cylindrical-coordinate representation of color #C221DD: hue angle of 291.38º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C221DD is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 33 | 221 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.13 |
| HSL | 291.38º | 0.74% | 0.5% | - |
| HSV(B) | 291.38º | 0.85% | 0.87% | - |
| XYZ | 35.84 | 17.78 | 69.95 | - |
| YUV | 102.57 | 194.84 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 221 | 0.12 | 0.85 | 0 | 0.13 | 291.38 | 0.74 | 0.5 |
| Hex | C2 | 21 | DD | C | 55 | 0 | D | 123 | 4A | 32 |
| Octal | 302 | 41 | 335 | 14 | 125 | 0 | 15 | 443 | 112 | 62 |
| Binary | 11000010 | 100001 | 11011101 | 1100 | 1010101 | 0 | 1101 | 100100011 | 1001010 | 110010 |
Color Harmonies of #C221DD
Complementary color
Monochromatic Colors of #C221DD
Black with #C221DD
Text Example
Text Example
White with #C221DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C221DD; }
p { color: rgb(194,33,221); }
H1.HeaderClassName
{
color: #C221DD;
}
.AnyTagClassName
{
color: #C221DD;
}
</style>
background-color css
<style>
a { background-color: #C221DD; }
a { background-color: rgb(194,33,221); }
div.DivClassName
{
background-color: #C221DD;
}
.BgClassName
{
background-color: #C221DD;
}
</style>
border-color css
<style>
span { border-color: #C221DD; }
span { border-color: rgb(194,33,221); }
td.TdClassName
{
border-color: #C221DD;
}
.TagClassName
{
border-color: #C221DD;
}
</style>