Shades of Deep Magenta #CC07D8
Tints of Deep Magenta #CC07D8
RGB
CMYK
RGB Variations
Color information
#CC07D8 (or 0xCC07D8) is known color: Deep Magenta. HEX triplet: CC, 07 and D8. RGB value is (204,7,216). Sum of RGB (Red+Green+Blue) = 204+7+216=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 7 (3.12% from 255 or 1.64% from 427); Blue value is 216 (84.77% from 255 or 50.59% from 427); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC07D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC07D8 is #33F827. Grayscale: #595959. Windows color (decimal): -3405864 or 14157772. OLE color: 14157772.
HSL color Cylindrical-coordinate representation of color #CC07D8: hue angle of 296.56º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC07D8 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 7 | 216 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.15 |
| HSL | 296.56º | 0.94% | 0.44% | - |
| HSV(B) | 296.56º | 0.97% | 0.85% | - |
| XYZ | 37.37 | 17.95 | 66.46 | - |
| YUV | 89.73 | 199.27 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 216 | 0.06 | 0.97 | 0 | 0.15 | 296.56 | 0.94 | 0.44 |
| Hex | CC | 7 | D8 | 6 | 61 | 0 | F | 129 | 5E | 2C |
| Octal | 314 | 7 | 330 | 6 | 141 | 0 | 17 | 451 | 136 | 54 |
| Binary | 11001100 | 111 | 11011000 | 110 | 1100001 | 0 | 1111 | 100101001 | 1011110 | 101100 |
Color Harmonies of #CC07D8
Complementary color
Monochromatic Colors of #CC07D8
Black with #CC07D8
Text Example
Text Example
White with #CC07D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC07D8; }
p { color: rgb(204,7,216); }
H1.HeaderClassName
{
color: #CC07D8;
}
.AnyTagClassName
{
color: #CC07D8;
}
</style>
background-color css
<style>
a { background-color: #CC07D8; }
a { background-color: rgb(204,7,216); }
div.DivClassName
{
background-color: #CC07D8;
}
.BgClassName
{
background-color: #CC07D8;
}
</style>
border-color css
<style>
span { border-color: #CC07D8; }
span { border-color: rgb(204,7,216); }
td.TdClassName
{
border-color: #CC07D8;
}
.TagClassName
{
border-color: #CC07D8;
}
</style>