Shades of Deep Magenta #CC03AA
Tints of Deep Magenta #CC03AA
RGB
CMYK
RGB Variations
Color information
#CC03AA (or 0xCC03AA) is known color: Deep Magenta. HEX triplet: CC, 03 and AA. RGB value is (204,3,170). Sum of RGB (Red+Green+Blue) = 204+3+170=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC03AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC03AA is #33FC55. Grayscale: #515151. Windows color (decimal): -3406934 or 11142092. OLE color: 11142092.
HSL color Cylindrical-coordinate representation of color #CC03AA: hue angle of 310.15º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC03AA is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 170 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.2 |
| HSL | 310.15º | 0.97% | 0.41% | - |
| HSV(B) | 310.15º | 0.99% | 0.8% | - |
| XYZ | 32.19 | 15.8 | 39.38 | - |
| YUV | 82.14 | 177.59 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 170 | 0 | 0.99 | 0.17 | 0.2 | 310.15 | 0.97 | 0.41 |
| Hex | CC | 3 | AA | 0 | 63 | 11 | 14 | 136 | 61 | 29 |
| Octal | 314 | 3 | 252 | 0 | 143 | 21 | 24 | 466 | 141 | 51 |
| Binary | 11001100 | 11 | 10101010 | 0 | 1100011 | 10001 | 10100 | 100110110 | 1100001 | 101001 |
Color Harmonies of #CC03AA
Complementary color
Monochromatic Colors of #CC03AA
Black with #CC03AA
Text Example
Text Example
White with #CC03AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC03AA; }
p { color: rgb(204,3,170); }
H1.HeaderClassName
{
color: #CC03AA;
}
.AnyTagClassName
{
color: #CC03AA;
}
</style>
background-color css
<style>
a { background-color: #CC03AA; }
a { background-color: rgb(204,3,170); }
div.DivClassName
{
background-color: #CC03AA;
}
.BgClassName
{
background-color: #CC03AA;
}
</style>
border-color css
<style>
span { border-color: #CC03AA; }
span { border-color: rgb(204,3,170); }
td.TdClassName
{
border-color: #CC03AA;
}
.TagClassName
{
border-color: #CC03AA;
}
</style>