Shades of Deep Magenta #CC0ACC
Tints of Deep Magenta #CC0ACC
RGB
CMYK
RGB Variations
Color information
#CC0ACC (or 0xCC0ACC) is known color: Deep Magenta. HEX triplet: CC, 0A and CC. RGB value is (204,10,204). Sum of RGB (Red+Green+Blue) = 204+10+204=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 10 (4.30% from 255 or 2.39% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC0ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0ACC is #33F533. Grayscale: #595959. Windows color (decimal): -3405108 or 13372108. OLE color: 13372108.
HSL color Cylindrical-coordinate representation of color #CC0ACC: hue angle of 300º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0ACC is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 10 | 204 | - |
| CMYK | 0 | 0.95 | 0 | 0.2 |
| HSL | 300º | 0.91% | 0.42% | - |
| HSV(B) | 300º | 0.95% | 0.8% | - |
| XYZ | 35.91 | 17.41 | 58.6 | - |
| YUV | 90.12 | 192.27 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 10 | 204 | 0 | 0.95 | 0 | 0.2 | 300 | 0.91 | 0.42 |
| Hex | CC | A | CC | 0 | 5F | 0 | 14 | 12C | 5B | 2A |
| Octal | 314 | 12 | 314 | 0 | 137 | 0 | 24 | 454 | 133 | 52 |
| Binary | 11001100 | 1010 | 11001100 | 0 | 1011111 | 0 | 10100 | 100101100 | 1011011 | 101010 |
Color Harmonies of #CC0ACC
Complementary color
Monochromatic Colors of #CC0ACC
Black with #CC0ACC
Text Example
Text Example
White with #CC0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0ACC; }
p { color: rgb(204,10,204); }
H1.HeaderClassName
{
color: #CC0ACC;
}
.AnyTagClassName
{
color: #CC0ACC;
}
</style>
background-color css
<style>
a { background-color: #CC0ACC; }
a { background-color: rgb(204,10,204); }
div.DivClassName
{
background-color: #CC0ACC;
}
.BgClassName
{
background-color: #CC0ACC;
}
</style>
border-color css
<style>
span { border-color: #CC0ACC; }
span { border-color: rgb(204,10,204); }
td.TdClassName
{
border-color: #CC0ACC;
}
.TagClassName
{
border-color: #CC0ACC;
}
</style>