Shades of Deep Magenta #CD21E5
Tints of Deep Magenta #CD21E5
RGB
CMYK
RGB Variations
Color information
#CD21E5 (or 0xCD21E5) is known color: Deep Magenta. HEX triplet: CD, 21 and E5. RGB value is (205,33,229). Sum of RGB (Red+Green+Blue) = 205+33+229=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD21E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD21E5 is #32DE1A. Grayscale: #6A6A6A. Windows color (decimal): -3333659 or 15016397. OLE color: 15016397.
HSL color Cylindrical-coordinate representation of color #CD21E5: hue angle of 292.65º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD21E5 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 33 | 229 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.10 |
| HSL | 292.65º | 0.79% | 0.51% | - |
| HSV(B) | 292.65º | 0.86% | 0.9% | - |
| XYZ | 39.86 | 19.72 | 75.83 | - |
| YUV | 106.77 | 196.98 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 33 | 229 | 0.10 | 0.86 | 0 | 0.10 | 292.65 | 0.79 | 0.51 |
| Hex | CD | 21 | E5 | A | 56 | 0 | A | 125 | 4F | 33 |
| Octal | 315 | 41 | 345 | 12 | 126 | 0 | 12 | 445 | 117 | 63 |
| Binary | 11001101 | 100001 | 11100101 | 1010 | 1010110 | 0 | 1010 | 100100101 | 1001111 | 110011 |
Color Harmonies of #CD21E5
Complementary color
Monochromatic Colors of #CD21E5
Black with #CD21E5
Text Example
Text Example
White with #CD21E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD21E5; }
p { color: rgb(205,33,229); }
H1.HeaderClassName
{
color: #CD21E5;
}
.AnyTagClassName
{
color: #CD21E5;
}
</style>
background-color css
<style>
a { background-color: #CD21E5; }
a { background-color: rgb(205,33,229); }
div.DivClassName
{
background-color: #CD21E5;
}
.BgClassName
{
background-color: #CD21E5;
}
</style>
border-color css
<style>
span { border-color: #CD21E5; }
span { border-color: rgb(205,33,229); }
td.TdClassName
{
border-color: #CD21E5;
}
.TagClassName
{
border-color: #CD21E5;
}
</style>