Shades of Deep Magenta #CC07E6
Tints of Deep Magenta #CC07E6
RGB
CMYK
RGB Variations
Color information
#CC07E6 (or 0xCC07E6) is known color: Deep Magenta. HEX triplet: CC, 07 and E6. RGB value is (204,7,230). Sum of RGB (Red+Green+Blue) = 204+7+230=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 7 (3.12% from 255 or 1.59% from 441); Blue value is 230 (90.23% from 255 or 52.15% from 441); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC07E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC07E6 is #33F819. Grayscale: #5A5A5A. Windows color (decimal): -3405850 or 15075276. OLE color: 15075276.
HSL color Cylindrical-coordinate representation of color #CC07E6: hue angle of 293º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC07E6 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 7 | 230 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.10 |
| HSL | 293º | 0.94% | 0.46% | - |
| HSV(B) | 293º | 0.97% | 0.9% | - |
| XYZ | 39.26 | 18.7 | 76.4 | - |
| YUV | 91.33 | 206.27 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 230 | 0.11 | 0.97 | 0 | 0.10 | 293 | 0.94 | 0.46 |
| Hex | CC | 7 | E6 | B | 61 | 0 | A | 125 | 5E | 2E |
| Octal | 314 | 7 | 346 | 13 | 141 | 0 | 12 | 445 | 136 | 56 |
| Binary | 11001100 | 111 | 11100110 | 1011 | 1100001 | 0 | 1010 | 100100101 | 1011110 | 101110 |
Color Harmonies of #CC07E6
Complementary color
Monochromatic Colors of #CC07E6
Black with #CC07E6
Text Example
Text Example
White with #CC07E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC07E6; }
p { color: rgb(204,7,230); }
H1.HeaderClassName
{
color: #CC07E6;
}
.AnyTagClassName
{
color: #CC07E6;
}
</style>
background-color css
<style>
a { background-color: #CC07E6; }
a { background-color: rgb(204,7,230); }
div.DivClassName
{
background-color: #CC07E6;
}
.BgClassName
{
background-color: #CC07E6;
}
</style>
border-color css
<style>
span { border-color: #CC07E6; }
span { border-color: rgb(204,7,230); }
td.TdClassName
{
border-color: #CC07E6;
}
.TagClassName
{
border-color: #CC07E6;
}
</style>