Shades of Deep Magenta #CC00A7
Tints of Deep Magenta #CC00A7
RGB
CMYK
RGB Variations
Color information
#CC00A7 (or 0xCC00A7) is known color: Deep Magenta. HEX triplet: CC, 00 and A7. RGB value is (204,0,167). Sum of RGB (Red+Green+Blue) = 204+0+167=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC00A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC00A7 is #33FF58. Grayscale: #4F4F4F. Windows color (decimal): -3407705 or 10944716. OLE color: 10944716.
HSL color Cylindrical-coordinate representation of color #CC00A7: hue angle of 310.88º 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 #CC00A7 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 167 | - |
| CMYK | 0 | 1 | 0.18 | 0.2 |
| HSL | 310.88º | 1% | 0.4% | - |
| HSV(B) | 310.88º | 1% | 0.8% | - |
| XYZ | 31.88 | 15.63 | 37.9 | - |
| YUV | 80.03 | 177.09 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 167 | 0 | 1 | 0.18 | 0.2 | 310.88 | 1 | 0.4 |
| Hex | CC | 0 | A7 | 0 | 64 | 12 | 14 | 137 | 64 | 28 |
| Octal | 314 | 0 | 247 | 0 | 144 | 22 | 24 | 467 | 144 | 50 |
| Binary | 11001100 | 0 | 10100111 | 0 | 1100100 | 10010 | 10100 | 100110111 | 1100100 | 101000 |
Color Harmonies of #CC00A7
Complementary color
Monochromatic Colors of #CC00A7
Black with #CC00A7
Text Example
Text Example
White with #CC00A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC00A7; }
p { color: rgb(204,0,167); }
H1.HeaderClassName
{
color: #CC00A7;
}
.AnyTagClassName
{
color: #CC00A7;
}
</style>
background-color css
<style>
a { background-color: #CC00A7; }
a { background-color: rgb(204,0,167); }
div.DivClassName
{
background-color: #CC00A7;
}
.BgClassName
{
background-color: #CC00A7;
}
</style>
border-color css
<style>
span { border-color: #CC00A7; }
span { border-color: rgb(204,0,167); }
td.TdClassName
{
border-color: #CC00A7;
}
.TagClassName
{
border-color: #CC00A7;
}
</style>