Shades of Deep Magenta #C21DE0
Tints of Deep Magenta #C21DE0
RGB
CMYK
RGB Variations
Color information
#C21DE0 (or 0xC21DE0) is known color: Deep Magenta. HEX triplet: C2, 1D and E0. RGB value is (194,29,224). Sum of RGB (Red+Green+Blue) = 194+29+224=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 29 (11.72% from 255 or 6.49% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #C21DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21DE0 is #3DE21F. Grayscale: #636363. Windows color (decimal): -4055584 or 14687682. OLE color: 14687682.
HSL color Cylindrical-coordinate representation of color #C21DE0: hue angle of 290.77º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21DE0 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 29 | 224 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.12 |
| HSL | 290.77º | 0.77% | 0.5% | - |
| HSV(B) | 290.77º | 0.87% | 0.88% | - |
| XYZ | 36.14 | 17.73 | 72.04 | - |
| YUV | 100.57 | 197.66 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 29 | 224 | 0.13 | 0.87 | 0 | 0.12 | 290.77 | 0.77 | 0.5 |
| Hex | C2 | 1D | E0 | D | 57 | 0 | C | 123 | 4D | 32 |
| Octal | 302 | 35 | 340 | 15 | 127 | 0 | 14 | 443 | 115 | 62 |
| Binary | 11000010 | 11101 | 11100000 | 1101 | 1010111 | 0 | 1100 | 100100011 | 1001101 | 110010 |
Color Harmonies of #C21DE0
Complementary color
Monochromatic Colors of #C21DE0
Black with #C21DE0
Text Example
Text Example
White with #C21DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21DE0; }
p { color: rgb(194,29,224); }
H1.HeaderClassName
{
color: #C21DE0;
}
.AnyTagClassName
{
color: #C21DE0;
}
</style>
background-color css
<style>
a { background-color: #C21DE0; }
a { background-color: rgb(194,29,224); }
div.DivClassName
{
background-color: #C21DE0;
}
.BgClassName
{
background-color: #C21DE0;
}
</style>
border-color css
<style>
span { border-color: #C21DE0; }
span { border-color: rgb(194,29,224); }
td.TdClassName
{
border-color: #C21DE0;
}
.TagClassName
{
border-color: #C21DE0;
}
</style>