Shades of Deep Magenta #CC00AF
Tints of Deep Magenta #CC00AF
RGB
CMYK
RGB Variations
Color information
#CC00AF (or 0xCC00AF) is known color: Deep Magenta. HEX triplet: CC, 00 and AF. RGB value is (204,0,175). Sum of RGB (Red+Green+Blue) = 204+0+175=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC00AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC00AF is #33FF50. Grayscale: #505050. Windows color (decimal): -3407697 or 11469004. OLE color: 11469004.
HSL color Cylindrical-coordinate representation of color #CC00AF: hue angle of 308.53º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC00AF is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 175 | - |
| CMYK | 0 | 1 | 0.14 | 0.2 |
| HSL | 308.53º | 1% | 0.4% | - |
| HSV(B) | 308.53º | 1% | 0.8% | - |
| XYZ | 32.64 | 15.93 | 41.91 | - |
| YUV | 80.95 | 181.09 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 175 | 0 | 1 | 0.14 | 0.2 | 308.53 | 1 | 0.4 |
| Hex | CC | 0 | AF | 0 | 64 | E | 14 | 135 | 64 | 28 |
| Octal | 314 | 0 | 257 | 0 | 144 | 16 | 24 | 465 | 144 | 50 |
| Binary | 11001100 | 0 | 10101111 | 0 | 1100100 | 1110 | 10100 | 100110101 | 1100100 | 101000 |
Color Harmonies of #CC00AF
Complementary color
Monochromatic Colors of #CC00AF
Black with #CC00AF
Text Example
Text Example
White with #CC00AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC00AF; }
p { color: rgb(204,0,175); }
H1.HeaderClassName
{
color: #CC00AF;
}
.AnyTagClassName
{
color: #CC00AF;
}
</style>
background-color css
<style>
a { background-color: #CC00AF; }
a { background-color: rgb(204,0,175); }
div.DivClassName
{
background-color: #CC00AF;
}
.BgClassName
{
background-color: #CC00AF;
}
</style>
border-color css
<style>
span { border-color: #CC00AF; }
span { border-color: rgb(204,0,175); }
td.TdClassName
{
border-color: #CC00AF;
}
.TagClassName
{
border-color: #CC00AF;
}
</style>