Shades of Deep Magenta #CC07CC
Tints of Deep Magenta #CC07CC
RGB
CMYK
RGB Variations
Color information
#CC07CC (or 0xCC07CC) is known color: Deep Magenta. HEX triplet: CC, 07 and CC. RGB value is (204,7,204). Sum of RGB (Red+Green+Blue) = 204+7+204=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 7 (3.12% from 255 or 1.69% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC07CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC07CC is #33F833. Grayscale: #575757. Windows color (decimal): -3405876 or 13371340. OLE color: 13371340.
HSL color Cylindrical-coordinate representation of color #CC07CC: hue angle of 300º 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 #CC07CC is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 204 | - |
| CMYK | 0 | 0.97 | 0 | 0.2 |
| HSL | 300º | 0.93% | 0.41% | - |
| HSV(B) | 300º | 0.97% | 0.8% | - |
| XYZ | 35.88 | 17.35 | 58.58 | - |
| YUV | 88.36 | 193.27 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 204 | 0 | 0.97 | 0 | 0.2 | 300 | 0.93 | 0.41 |
| Hex | CC | 7 | CC | 0 | 61 | 0 | 14 | 12C | 5D | 29 |
| Octal | 314 | 7 | 314 | 0 | 141 | 0 | 24 | 454 | 135 | 51 |
| Binary | 11001100 | 111 | 11001100 | 0 | 1100001 | 0 | 10100 | 100101100 | 1011101 | 101001 |
Color Harmonies of #CC07CC
Complementary color
Monochromatic Colors of #CC07CC
Black with #CC07CC
Text Example
Text Example
White with #CC07CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC07CC; }
p { color: rgb(204,7,204); }
H1.HeaderClassName
{
color: #CC07CC;
}
.AnyTagClassName
{
color: #CC07CC;
}
</style>
background-color css
<style>
a { background-color: #CC07CC; }
a { background-color: rgb(204,7,204); }
div.DivClassName
{
background-color: #CC07CC;
}
.BgClassName
{
background-color: #CC07CC;
}
</style>
border-color css
<style>
span { border-color: #CC07CC; }
span { border-color: rgb(204,7,204); }
td.TdClassName
{
border-color: #CC07CC;
}
.TagClassName
{
border-color: #CC07CC;
}
</style>