Shades of Deep Magenta #CD29E5
Tints of Deep Magenta #CD29E5
RGB
CMYK
RGB Variations
Color information
#CD29E5 (or 0xCD29E5) is known color: Deep Magenta. HEX triplet: CD, 29 and E5. RGB value is (205,41,229). Sum of RGB (Red+Green+Blue) = 205+41+229=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 41 (16.41% from 255 or 8.63% from 475); Blue value is 229 (89.84% from 255 or 48.21% from 475); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD29E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD29E5 is #32D61A. Grayscale: #6E6E6E. Windows color (decimal): -3331611 or 15018445. OLE color: 15018445.
HSL color Cylindrical-coordinate representation of color #CD29E5: hue angle of 292.34º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD29E5 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 41 | 229 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.10 |
| HSL | 292.34º | 0.78% | 0.53% | - |
| HSV(B) | 292.34º | 0.82% | 0.9% | - |
| XYZ | 40.11 | 20.22 | 75.92 | - |
| YUV | 111.47 | 194.33 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 41 | 229 | 0.10 | 0.82 | 0 | 0.10 | 292.34 | 0.78 | 0.53 |
| Hex | CD | 29 | E5 | A | 52 | 0 | A | 124 | 4E | 35 |
| Octal | 315 | 51 | 345 | 12 | 122 | 0 | 12 | 444 | 116 | 65 |
| Binary | 11001101 | 101001 | 11100101 | 1010 | 1010010 | 0 | 1010 | 100100100 | 1001110 | 110101 |
Color Harmonies of #CD29E5
Complementary color
Monochromatic Colors of #CD29E5
Black with #CD29E5
Text Example
Text Example
White with #CD29E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD29E5; }
p { color: rgb(205,41,229); }
H1.HeaderClassName
{
color: #CD29E5;
}
.AnyTagClassName
{
color: #CD29E5;
}
</style>
background-color css
<style>
a { background-color: #CD29E5; }
a { background-color: rgb(205,41,229); }
div.DivClassName
{
background-color: #CD29E5;
}
.BgClassName
{
background-color: #CD29E5;
}
</style>
border-color css
<style>
span { border-color: #CD29E5; }
span { border-color: rgb(205,41,229); }
td.TdClassName
{
border-color: #CD29E5;
}
.TagClassName
{
border-color: #CD29E5;
}
</style>