Shades of Deep Magenta #CD21E0
Tints of Deep Magenta #CD21E0
RGB
CMYK
RGB Variations
Color information
#CD21E0 (or 0xCD21E0) is known color: Deep Magenta. HEX triplet: CD, 21 and E0. RGB value is (205,33,224). Sum of RGB (Red+Green+Blue) = 205+33+224=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 33 (13.28% from 255 or 7.14% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD21E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD21E0 is #32DE1F. Grayscale: #696969. Windows color (decimal): -3333664 or 14688717. OLE color: 14688717.
HSL color Cylindrical-coordinate representation of color #CD21E0: hue angle of 294.03º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD21E0 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 33 | 224 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.12 |
| HSL | 294.03º | 0.75% | 0.5% | - |
| HSV(B) | 294.03º | 0.85% | 0.88% | - |
| XYZ | 39.18 | 19.45 | 72.21 | - |
| YUV | 106.2 | 194.48 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 33 | 224 | 0.08 | 0.85 | 0 | 0.12 | 294.03 | 0.75 | 0.5 |
| Hex | CD | 21 | E0 | 8 | 55 | 0 | C | 126 | 4B | 32 |
| Octal | 315 | 41 | 340 | 10 | 125 | 0 | 14 | 446 | 113 | 62 |
| Binary | 11001101 | 100001 | 11100000 | 1000 | 1010101 | 0 | 1100 | 100100110 | 1001011 | 110010 |
Color Harmonies of #CD21E0
Complementary color
Monochromatic Colors of #CD21E0
Black with #CD21E0
Text Example
Text Example
White with #CD21E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD21E0; }
p { color: rgb(205,33,224); }
H1.HeaderClassName
{
color: #CD21E0;
}
.AnyTagClassName
{
color: #CD21E0;
}
</style>
background-color css
<style>
a { background-color: #CD21E0; }
a { background-color: rgb(205,33,224); }
div.DivClassName
{
background-color: #CD21E0;
}
.BgClassName
{
background-color: #CD21E0;
}
</style>
border-color css
<style>
span { border-color: #CD21E0; }
span { border-color: rgb(205,33,224); }
td.TdClassName
{
border-color: #CD21E0;
}
.TagClassName
{
border-color: #CD21E0;
}
</style>