Shades of Deep Magenta #CC29DC
Tints of Deep Magenta #CC29DC
RGB
CMYK
RGB Variations
Color information
#CC29DC (or 0xCC29DC) is known color: Deep Magenta. HEX triplet: CC, 29 and DC. RGB value is (204,41,220). Sum of RGB (Red+Green+Blue) = 204+41+220=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 41 (16.41% from 255 or 8.82% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC29DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC29DC is #33D623. Grayscale: #6D6D6D. Windows color (decimal): -3397156 or 14428620. OLE color: 14428620.
HSL color Cylindrical-coordinate representation of color #CC29DC: hue angle of 294.64º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC29DC is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 41 | 220 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.14 |
| HSL | 294.64º | 0.72% | 0.51% | - |
| HSV(B) | 294.64º | 0.81% | 0.86% | - |
| XYZ | 38.61 | 19.59 | 69.46 | - |
| YUV | 110.14 | 190 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 220 | 0.07 | 0.81 | 0 | 0.14 | 294.64 | 0.72 | 0.51 |
| Hex | CC | 29 | DC | 7 | 51 | 0 | E | 127 | 48 | 33 |
| Octal | 314 | 51 | 334 | 7 | 121 | 0 | 16 | 447 | 110 | 63 |
| Binary | 11001100 | 101001 | 11011100 | 111 | 1010001 | 0 | 1110 | 100100111 | 1001000 | 110011 |
Color Harmonies of #CC29DC
Complementary color
Monochromatic Colors of #CC29DC
Black with #CC29DC
Text Example
Text Example
White with #CC29DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC29DC; }
p { color: rgb(204,41,220); }
H1.HeaderClassName
{
color: #CC29DC;
}
.AnyTagClassName
{
color: #CC29DC;
}
</style>
background-color css
<style>
a { background-color: #CC29DC; }
a { background-color: rgb(204,41,220); }
div.DivClassName
{
background-color: #CC29DC;
}
.BgClassName
{
background-color: #CC29DC;
}
</style>
border-color css
<style>
span { border-color: #CC29DC; }
span { border-color: rgb(204,41,220); }
td.TdClassName
{
border-color: #CC29DC;
}
.TagClassName
{
border-color: #CC29DC;
}
</style>