Shades of Deep Magenta #CC07AC
Tints of Deep Magenta #CC07AC
RGB
CMYK
RGB Variations
Color information
#CC07AC (or 0xCC07AC) is known color: Deep Magenta. HEX triplet: CC, 07 and AC. RGB value is (204,7,172). Sum of RGB (Red+Green+Blue) = 204+7+172=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 7 (3.12% from 255 or 1.83% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC07AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC07AC is #33F853. Grayscale: #545454. Windows color (decimal): -3405908 or 11274188. OLE color: 11274188.
HSL color Cylindrical-coordinate representation of color #CC07AC: hue angle of 309.75º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC07AC is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 172 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.2 |
| HSL | 309.75º | 0.93% | 0.41% | - |
| HSV(B) | 309.75º | 0.97% | 0.8% | - |
| XYZ | 32.42 | 15.97 | 40.4 | - |
| YUV | 84.71 | 177.27 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 172 | 0 | 0.97 | 0.16 | 0.2 | 309.75 | 0.93 | 0.41 |
| Hex | CC | 7 | AC | 0 | 61 | 10 | 14 | 136 | 5D | 29 |
| Octal | 314 | 7 | 254 | 0 | 141 | 20 | 24 | 466 | 135 | 51 |
| Binary | 11001100 | 111 | 10101100 | 0 | 1100001 | 10000 | 10100 | 100110110 | 1011101 | 101001 |
Color Harmonies of #CC07AC
Complementary color
Monochromatic Colors of #CC07AC
Black with #CC07AC
Text Example
Text Example
White with #CC07AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC07AC; }
p { color: rgb(204,7,172); }
H1.HeaderClassName
{
color: #CC07AC;
}
.AnyTagClassName
{
color: #CC07AC;
}
</style>
background-color css
<style>
a { background-color: #CC07AC; }
a { background-color: rgb(204,7,172); }
div.DivClassName
{
background-color: #CC07AC;
}
.BgClassName
{
background-color: #CC07AC;
}
</style>
border-color css
<style>
span { border-color: #CC07AC; }
span { border-color: rgb(204,7,172); }
td.TdClassName
{
border-color: #CC07AC;
}
.TagClassName
{
border-color: #CC07AC;
}
</style>