Shades of Deep Magenta #CC29BC
Tints of Deep Magenta #CC29BC
RGB
CMYK
RGB Variations
Color information
#CC29BC (or 0xCC29BC) is known color: Deep Magenta. HEX triplet: CC, 29 and BC. RGB value is (204,41,188). Sum of RGB (Red+Green+Blue) = 204+41+188=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC29BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC29BC is #33D643. Grayscale: #6A6A6A. Windows color (decimal): -3397188 or 12331468. OLE color: 12331468.
HSL color Cylindrical-coordinate representation of color #CC29BC: hue angle of 305.89º 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 #CC29BC is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 188 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.2 |
| HSL | 305.89º | 0.67% | 0.48% | - |
| HSV(B) | 305.89º | 0.8% | 0.8% | - |
| XYZ | 34.77 | 18.05 | 49.23 | - |
| YUV | 106.5 | 174 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 188 | 0 | 0.80 | 0.08 | 0.2 | 305.89 | 0.67 | 0.48 |
| Hex | CC | 29 | BC | 0 | 50 | 8 | 14 | 132 | 43 | 30 |
| Octal | 314 | 51 | 274 | 0 | 120 | 10 | 24 | 462 | 103 | 60 |
| Binary | 11001100 | 101001 | 10111100 | 0 | 1010000 | 1000 | 10100 | 100110010 | 1000011 | 110000 |
Color Harmonies of #CC29BC
Complementary color
Monochromatic Colors of #CC29BC
Black with #CC29BC
Text Example
Text Example
White with #CC29BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC29BC; }
p { color: rgb(204,41,188); }
H1.HeaderClassName
{
color: #CC29BC;
}
.AnyTagClassName
{
color: #CC29BC;
}
</style>
background-color css
<style>
a { background-color: #CC29BC; }
a { background-color: rgb(204,41,188); }
div.DivClassName
{
background-color: #CC29BC;
}
.BgClassName
{
background-color: #CC29BC;
}
</style>
border-color css
<style>
span { border-color: #CC29BC; }
span { border-color: rgb(204,41,188); }
td.TdClassName
{
border-color: #CC29BC;
}
.TagClassName
{
border-color: #CC29BC;
}
</style>