Shades of Deep Magenta #CC06AA
Tints of Deep Magenta #CC06AA
RGB
CMYK
RGB Variations
Color information
#CC06AA (or 0xCC06AA) is known color: Deep Magenta. HEX triplet: CC, 06 and AA. RGB value is (204,6,170). Sum of RGB (Red+Green+Blue) = 204+6+170=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 6 (2.73% from 255 or 1.58% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC06AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC06AA is #33F955. Grayscale: #535353. Windows color (decimal): -3406166 or 11142860. OLE color: 11142860.
HSL color Cylindrical-coordinate representation of color #CC06AA: hue angle of 310.3º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC06AA is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 170 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.2 |
| HSL | 310.3º | 0.94% | 0.41% | - |
| HSV(B) | 310.3º | 0.97% | 0.8% | - |
| XYZ | 32.22 | 15.87 | 39.4 | - |
| YUV | 83.9 | 176.6 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 170 | 0 | 0.97 | 0.17 | 0.2 | 310.3 | 0.94 | 0.41 |
| Hex | CC | 6 | AA | 0 | 61 | 11 | 14 | 136 | 5E | 29 |
| Octal | 314 | 6 | 252 | 0 | 141 | 21 | 24 | 466 | 136 | 51 |
| Binary | 11001100 | 110 | 10101010 | 0 | 1100001 | 10001 | 10100 | 100110110 | 1011110 | 101001 |
Color Harmonies of #CC06AA
Complementary color
Monochromatic Colors of #CC06AA
Black with #CC06AA
Text Example
Text Example
White with #CC06AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC06AA; }
p { color: rgb(204,6,170); }
H1.HeaderClassName
{
color: #CC06AA;
}
.AnyTagClassName
{
color: #CC06AA;
}
</style>
background-color css
<style>
a { background-color: #CC06AA; }
a { background-color: rgb(204,6,170); }
div.DivClassName
{
background-color: #CC06AA;
}
.BgClassName
{
background-color: #CC06AA;
}
</style>
border-color css
<style>
span { border-color: #CC06AA; }
span { border-color: rgb(204,6,170); }
td.TdClassName
{
border-color: #CC06AA;
}
.TagClassName
{
border-color: #CC06AA;
}
</style>