Shades of Deep Magenta #CD29C8
Tints of Deep Magenta #CD29C8
RGB
CMYK
RGB Variations
Color information
#CD29C8 (or 0xCD29C8) is known color: Deep Magenta. HEX triplet: CD, 29 and C8. RGB value is (205,41,200). Sum of RGB (Red+Green+Blue) = 205+41+200=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 41 (16.41% from 255 or 9.19% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CD29C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD29C8 is #32D637. Grayscale: #6B6B6B. Windows color (decimal): -3331640 or 13117901. OLE color: 13117901.
HSL color Cylindrical-coordinate representation of color #CD29C8: hue angle of 301.83º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD29C8 is Cyan = 0, Magento = 0.8, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 41 | 200 | - |
| CMYK | 0 | 0.8 | 0.02 | 0.20 |
| HSL | 301.83º | 0.67% | 0.48% | - |
| HSV(B) | 301.83º | 0.8% | 0.8% | - |
| XYZ | 36.4 | 18.74 | 56.34 | - |
| YUV | 108.16 | 179.83 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 41 | 200 | 0 | 0.8 | 0.02 | 0.20 | 301.83 | 0.67 | 0.48 |
| Hex | CD | 29 | C8 | 0 | 50 | 2 | 14 | 12E | 43 | 30 |
| Octal | 315 | 51 | 310 | 0 | 120 | 2 | 24 | 456 | 103 | 60 |
| Binary | 11001101 | 101001 | 11001000 | 0 | 1010000 | 10 | 10100 | 100101110 | 1000011 | 110000 |
Color Harmonies of #CD29C8
Complementary color
Monochromatic Colors of #CD29C8
Black with #CD29C8
Text Example
Text Example
White with #CD29C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD29C8; }
p { color: rgb(205,41,200); }
H1.HeaderClassName
{
color: #CD29C8;
}
.AnyTagClassName
{
color: #CD29C8;
}
</style>
background-color css
<style>
a { background-color: #CD29C8; }
a { background-color: rgb(205,41,200); }
div.DivClassName
{
background-color: #CD29C8;
}
.BgClassName
{
background-color: #CD29C8;
}
</style>
border-color css
<style>
span { border-color: #CD29C8; }
span { border-color: rgb(205,41,200); }
td.TdClassName
{
border-color: #CD29C8;
}
.TagClassName
{
border-color: #CD29C8;
}
</style>