Shades of Deep Magenta #CC29D5
Tints of Deep Magenta #CC29D5
RGB
CMYK
RGB Variations
Color information
#CC29D5 (or 0xCC29D5) is known color: Deep Magenta. HEX triplet: CC, 29 and D5. RGB value is (204,41,213). Sum of RGB (Red+Green+Blue) = 204+41+213=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC29D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC29D5 is #33D62A. Grayscale: #6C6C6C. Windows color (decimal): -3397163 or 13969868. OLE color: 13969868.
HSL color Cylindrical-coordinate representation of color #CC29D5: hue angle of 296.86º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC29D5 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 41 | 213 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.16 |
| HSL | 296.86º | 0.68% | 0.5% | - |
| HSV(B) | 296.86º | 0.81% | 0.84% | - |
| XYZ | 37.71 | 19.23 | 64.67 | - |
| YUV | 109.35 | 186.5 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 213 | 0.04 | 0.81 | 0 | 0.16 | 296.86 | 0.68 | 0.5 |
| Hex | CC | 29 | D5 | 4 | 51 | 0 | 10 | 129 | 44 | 32 |
| Octal | 314 | 51 | 325 | 4 | 121 | 0 | 20 | 451 | 104 | 62 |
| Binary | 11001100 | 101001 | 11010101 | 100 | 1010001 | 0 | 10000 | 100101001 | 1000100 | 110010 |
Color Harmonies of #CC29D5
Complementary color
Monochromatic Colors of #CC29D5
Black with #CC29D5
Text Example
Text Example
White with #CC29D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC29D5; }
p { color: rgb(204,41,213); }
H1.HeaderClassName
{
color: #CC29D5;
}
.AnyTagClassName
{
color: #CC29D5;
}
</style>
background-color css
<style>
a { background-color: #CC29D5; }
a { background-color: rgb(204,41,213); }
div.DivClassName
{
background-color: #CC29D5;
}
.BgClassName
{
background-color: #CC29D5;
}
</style>
border-color css
<style>
span { border-color: #CC29D5; }
span { border-color: rgb(204,41,213); }
td.TdClassName
{
border-color: #CC29D5;
}
.TagClassName
{
border-color: #CC29D5;
}
</style>