Shades of Deep Magenta #CC29DA
Tints of Deep Magenta #CC29DA
RGB
CMYK
RGB Variations
Color information
#CC29DA (or 0xCC29DA) is known color: Deep Magenta. HEX triplet: CC, 29 and DA. RGB value is (204,41,218). Sum of RGB (Red+Green+Blue) = 204+41+218=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 41 (16.41% from 255 or 8.86% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC29DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC29DA is #33D625. Grayscale: #6D6D6D. Windows color (decimal): -3397158 or 14297548. OLE color: 14297548.
HSL color Cylindrical-coordinate representation of color #CC29DA: hue angle of 295.25º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC29DA is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 41 | 218 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.15 |
| HSL | 295.25º | 0.71% | 0.51% | - |
| HSV(B) | 295.25º | 0.81% | 0.85% | - |
| XYZ | 38.35 | 19.49 | 68.07 | - |
| YUV | 109.92 | 189 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 218 | 0.06 | 0.81 | 0 | 0.15 | 295.25 | 0.71 | 0.51 |
| Hex | CC | 29 | DA | 6 | 51 | 0 | F | 127 | 47 | 33 |
| Octal | 314 | 51 | 332 | 6 | 121 | 0 | 17 | 447 | 107 | 63 |
| Binary | 11001100 | 101001 | 11011010 | 110 | 1010001 | 0 | 1111 | 100100111 | 1000111 | 110011 |
Color Harmonies of #CC29DA
Complementary color
Monochromatic Colors of #CC29DA
Black with #CC29DA
Text Example
Text Example
White with #CC29DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC29DA; }
p { color: rgb(204,41,218); }
H1.HeaderClassName
{
color: #CC29DA;
}
.AnyTagClassName
{
color: #CC29DA;
}
</style>
background-color css
<style>
a { background-color: #CC29DA; }
a { background-color: rgb(204,41,218); }
div.DivClassName
{
background-color: #CC29DA;
}
.BgClassName
{
background-color: #CC29DA;
}
</style>
border-color css
<style>
span { border-color: #CC29DA; }
span { border-color: rgb(204,41,218); }
td.TdClassName
{
border-color: #CC29DA;
}
.TagClassName
{
border-color: #CC29DA;
}
</style>