Shades of Deep Magenta #CC07D7
Tints of Deep Magenta #CC07D7
RGB
CMYK
RGB Variations
Color information
#CC07D7 (or 0xCC07D7) is known color: Deep Magenta. HEX triplet: CC, 07 and D7. RGB value is (204,7,215). Sum of RGB (Red+Green+Blue) = 204+7+215=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 7 (3.12% from 255 or 1.64% from 426); Blue value is 215 (84.38% from 255 or 50.47% from 426); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC07D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC07D7 is #33F828. Grayscale: #585858. Windows color (decimal): -3405865 or 14092236. OLE color: 14092236.
HSL color Cylindrical-coordinate representation of color #CC07D7: hue angle of 296.83º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC07D7 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 7 | 215 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.16 |
| HSL | 296.83º | 0.94% | 0.44% | - |
| HSV(B) | 296.83º | 0.97% | 0.84% | - |
| XYZ | 37.24 | 17.9 | 65.78 | - |
| YUV | 89.62 | 198.77 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 215 | 0.05 | 0.97 | 0 | 0.16 | 296.83 | 0.94 | 0.44 |
| Hex | CC | 7 | D7 | 5 | 61 | 0 | 10 | 129 | 5E | 2C |
| Octal | 314 | 7 | 327 | 5 | 141 | 0 | 20 | 451 | 136 | 54 |
| Binary | 11001100 | 111 | 11010111 | 101 | 1100001 | 0 | 10000 | 100101001 | 1011110 | 101100 |
Color Harmonies of #CC07D7
Complementary color
Monochromatic Colors of #CC07D7
Black with #CC07D7
Text Example
Text Example
White with #CC07D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC07D7; }
p { color: rgb(204,7,215); }
H1.HeaderClassName
{
color: #CC07D7;
}
.AnyTagClassName
{
color: #CC07D7;
}
</style>
background-color css
<style>
a { background-color: #CC07D7; }
a { background-color: rgb(204,7,215); }
div.DivClassName
{
background-color: #CC07D7;
}
.BgClassName
{
background-color: #CC07D7;
}
</style>
border-color css
<style>
span { border-color: #CC07D7; }
span { border-color: rgb(204,7,215); }
td.TdClassName
{
border-color: #CC07D7;
}
.TagClassName
{
border-color: #CC07D7;
}
</style>