Shades of Deep Magenta #C021DD
Tints of Deep Magenta #C021DD
RGB
CMYK
RGB Variations
Color information
#C021DD (or 0xC021DD) is known color: Deep Magenta. HEX triplet: C0, 21 and DD. RGB value is (192,33,221). Sum of RGB (Red+Green+Blue) = 192+33+221=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 33 (13.28% from 255 or 7.40% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #C021DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C021DD is #3FDE22. Grayscale: #656565. Windows color (decimal): -4185635 or 14492096. OLE color: 14492096.
HSL color Cylindrical-coordinate representation of color #C021DD: hue angle of 290.74º 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 #C021DD is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 33 | 221 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.13 |
| HSL | 290.74º | 0.74% | 0.5% | - |
| HSV(B) | 290.74º | 0.85% | 0.87% | - |
| XYZ | 35.33 | 17.51 | 69.93 | - |
| YUV | 101.97 | 195.18 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 221 | 0.13 | 0.85 | 0 | 0.13 | 290.74 | 0.74 | 0.5 |
| Hex | C0 | 21 | DD | D | 55 | 0 | D | 123 | 4A | 32 |
| Octal | 300 | 41 | 335 | 15 | 125 | 0 | 15 | 443 | 112 | 62 |
| Binary | 11000000 | 100001 | 11011101 | 1101 | 1010101 | 0 | 1101 | 100100011 | 1001010 | 110010 |
Color Harmonies of #C021DD
Complementary color
Monochromatic Colors of #C021DD
Black with #C021DD
Text Example
Text Example
White with #C021DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C021DD; }
p { color: rgb(192,33,221); }
H1.HeaderClassName
{
color: #C021DD;
}
.AnyTagClassName
{
color: #C021DD;
}
</style>
background-color css
<style>
a { background-color: #C021DD; }
a { background-color: rgb(192,33,221); }
div.DivClassName
{
background-color: #C021DD;
}
.BgClassName
{
background-color: #C021DD;
}
</style>
border-color css
<style>
span { border-color: #C021DD; }
span { border-color: rgb(192,33,221); }
td.TdClassName
{
border-color: #C021DD;
}
.TagClassName
{
border-color: #C021DD;
}
</style>