Shades of Deep Magenta #CC29CF
Tints of Deep Magenta #CC29CF
RGB
CMYK
RGB Variations
Color information
#CC29CF (or 0xCC29CF) is known color: Deep Magenta. HEX triplet: CC, 29 and CF. RGB value is (204,41,207). Sum of RGB (Red+Green+Blue) = 204+41+207=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC29CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC29CF is #33D630. Grayscale: #6C6C6C. Windows color (decimal): -3397169 or 13576652. OLE color: 13576652.
HSL color Cylindrical-coordinate representation of color #CC29CF: hue angle of 298.92º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC29CF is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 41 | 207 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.19 |
| HSL | 298.92º | 0.67% | 0.49% | - |
| HSV(B) | 298.92º | 0.8% | 0.81% | - |
| XYZ | 36.96 | 18.93 | 60.74 | - |
| YUV | 108.66 | 183.5 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 207 | 0.01 | 0.80 | 0 | 0.19 | 298.92 | 0.67 | 0.49 |
| Hex | CC | 29 | CF | 1 | 50 | 0 | 13 | 12B | 43 | 31 |
| Octal | 314 | 51 | 317 | 1 | 120 | 0 | 23 | 453 | 103 | 61 |
| Binary | 11001100 | 101001 | 11001111 | 1 | 1010000 | 0 | 10011 | 100101011 | 1000011 | 110001 |
Color Harmonies of #CC29CF
Complementary color
Monochromatic Colors of #CC29CF
Black with #CC29CF
Text Example
Text Example
White with #CC29CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC29CF; }
p { color: rgb(204,41,207); }
H1.HeaderClassName
{
color: #CC29CF;
}
.AnyTagClassName
{
color: #CC29CF;
}
</style>
background-color css
<style>
a { background-color: #CC29CF; }
a { background-color: rgb(204,41,207); }
div.DivClassName
{
background-color: #CC29CF;
}
.BgClassName
{
background-color: #CC29CF;
}
</style>
border-color css
<style>
span { border-color: #CC29CF; }
span { border-color: rgb(204,41,207); }
td.TdClassName
{
border-color: #CC29CF;
}
.TagClassName
{
border-color: #CC29CF;
}
</style>