Shades of Deep Magenta #CC01AD
Tints of Deep Magenta #CC01AD
RGB
CMYK
RGB Variations
Color information
#CC01AD (or 0xCC01AD) is known color: Deep Magenta. HEX triplet: CC, 01 and AD. RGB value is (204,1,173). Sum of RGB (Red+Green+Blue) = 204+1+173=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC01AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC01AD is #33FE52. Grayscale: #505050. Windows color (decimal): -3407443 or 11338188. OLE color: 11338188.
HSL color Cylindrical-coordinate representation of color #CC01AD: hue angle of 309.16º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC01AD is Cyan = 0, Magento = 1.00, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 173 | - |
| CMYK | 0 | 1.00 | 0.15 | 0.2 |
| HSL | 309.16º | 0.99% | 0.4% | - |
| HSV(B) | 309.16º | 1% | 0.8% | - |
| XYZ | 32.46 | 15.88 | 40.89 | - |
| YUV | 81.31 | 179.75 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 173 | 0 | 1.00 | 0.15 | 0.2 | 309.16 | 0.99 | 0.4 |
| Hex | CC | 1 | AD | 0 | 64 | F | 14 | 135 | 63 | 28 |
| Octal | 314 | 1 | 255 | 0 | 144 | 17 | 24 | 465 | 143 | 50 |
| Binary | 11001100 | 1 | 10101101 | 0 | 1100100 | 1111 | 10100 | 100110101 | 1100011 | 101000 |
Color Harmonies of #CC01AD
Complementary color
Monochromatic Colors of #CC01AD
Black with #CC01AD
Text Example
Text Example
White with #CC01AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC01AD; }
p { color: rgb(204,1,173); }
H1.HeaderClassName
{
color: #CC01AD;
}
.AnyTagClassName
{
color: #CC01AD;
}
</style>
background-color css
<style>
a { background-color: #CC01AD; }
a { background-color: rgb(204,1,173); }
div.DivClassName
{
background-color: #CC01AD;
}
.BgClassName
{
background-color: #CC01AD;
}
</style>
border-color css
<style>
span { border-color: #CC01AD; }
span { border-color: rgb(204,1,173); }
td.TdClassName
{
border-color: #CC01AD;
}
.TagClassName
{
border-color: #CC01AD;
}
</style>