Shades of Deep Magenta #CC03AB
Tints of Deep Magenta #CC03AB
RGB
CMYK
RGB Variations
Color information
#CC03AB (or 0xCC03AB) is known color: Deep Magenta. HEX triplet: CC, 03 and AB. RGB value is (204,3,171). Sum of RGB (Red+Green+Blue) = 204+3+171=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC03AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC03AB is #33FC54. Grayscale: #515151. Windows color (decimal): -3406933 or 11207628. OLE color: 11207628.
HSL color Cylindrical-coordinate representation of color #CC03AB: hue angle of 309.85º 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 #CC03AB is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 171 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.2 |
| HSL | 309.85º | 0.97% | 0.41% | - |
| HSV(B) | 309.85º | 0.99% | 0.8% | - |
| XYZ | 32.29 | 15.84 | 39.88 | - |
| YUV | 82.25 | 178.09 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 171 | 0 | 0.99 | 0.16 | 0.2 | 309.85 | 0.97 | 0.41 |
| Hex | CC | 3 | AB | 0 | 63 | 10 | 14 | 136 | 61 | 29 |
| Octal | 314 | 3 | 253 | 0 | 143 | 20 | 24 | 466 | 141 | 51 |
| Binary | 11001100 | 11 | 10101011 | 0 | 1100011 | 10000 | 10100 | 100110110 | 1100001 | 101001 |
Color Harmonies of #CC03AB
Complementary color
Monochromatic Colors of #CC03AB
Black with #CC03AB
Text Example
Text Example
White with #CC03AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC03AB; }
p { color: rgb(204,3,171); }
H1.HeaderClassName
{
color: #CC03AB;
}
.AnyTagClassName
{
color: #CC03AB;
}
</style>
background-color css
<style>
a { background-color: #CC03AB; }
a { background-color: rgb(204,3,171); }
div.DivClassName
{
background-color: #CC03AB;
}
.BgClassName
{
background-color: #CC03AB;
}
</style>
border-color css
<style>
span { border-color: #CC03AB; }
span { border-color: rgb(204,3,171); }
td.TdClassName
{
border-color: #CC03AB;
}
.TagClassName
{
border-color: #CC03AB;
}
</style>