Shades of Deep Magenta #C021DF
Tints of Deep Magenta #C021DF
RGB
CMYK
RGB Variations
Color information
#C021DF (or 0xC021DF) is known color: Deep Magenta. HEX triplet: C0, 21 and DF. RGB value is (192,33,223). Sum of RGB (Red+Green+Blue) = 192+33+223=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 33 (13.28% from 255 or 7.37% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #C021DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C021DF is #3FDE20. Grayscale: #656565. Windows color (decimal): -4185633 or 14623168. OLE color: 14623168.
HSL color Cylindrical-coordinate representation of color #C021DF: hue angle of 290.21º degrees, saturation: 0.75, 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 #C021DF is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 33 | 223 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.13 |
| HSL | 290.21º | 0.75% | 0.5% | - |
| HSV(B) | 290.21º | 0.85% | 0.87% | - |
| XYZ | 35.6 | 17.62 | 71.34 | - |
| YUV | 102.2 | 196.18 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 223 | 0.14 | 0.85 | 0 | 0.13 | 290.21 | 0.75 | 0.5 |
| Hex | C0 | 21 | DF | E | 55 | 0 | D | 122 | 4B | 32 |
| Octal | 300 | 41 | 337 | 16 | 125 | 0 | 15 | 442 | 113 | 62 |
| Binary | 11000000 | 100001 | 11011111 | 1110 | 1010101 | 0 | 1101 | 100100010 | 1001011 | 110010 |
Color Harmonies of #C021DF
Complementary color
Monochromatic Colors of #C021DF
Black with #C021DF
Text Example
Text Example
White with #C021DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C021DF; }
p { color: rgb(192,33,223); }
H1.HeaderClassName
{
color: #C021DF;
}
.AnyTagClassName
{
color: #C021DF;
}
</style>
background-color css
<style>
a { background-color: #C021DF; }
a { background-color: rgb(192,33,223); }
div.DivClassName
{
background-color: #C021DF;
}
.BgClassName
{
background-color: #C021DF;
}
</style>
border-color css
<style>
span { border-color: #C021DF; }
span { border-color: rgb(192,33,223); }
td.TdClassName
{
border-color: #C021DF;
}
.TagClassName
{
border-color: #C021DF;
}
</style>