Shades of Deep Magenta #CC07E4
Tints of Deep Magenta #CC07E4
RGB
CMYK
RGB Variations
Color information
#CC07E4 (or 0xCC07E4) is known color: Deep Magenta. HEX triplet: CC, 07 and E4. RGB value is (204,7,228). Sum of RGB (Red+Green+Blue) = 204+7+228=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 7 (3.12% from 255 or 1.59% from 439); Blue value is 228 (89.45% from 255 or 51.94% from 439); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC07E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC07E4 is #33F81B. Grayscale: #5A5A5A. Windows color (decimal): -3405852 or 14944204. OLE color: 14944204.
HSL color Cylindrical-coordinate representation of color #CC07E4: hue angle of 293.48º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC07E4 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 7 | 228 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.11 |
| HSL | 293.48º | 0.94% | 0.46% | - |
| HSV(B) | 293.48º | 0.97% | 0.89% | - |
| XYZ | 38.98 | 18.59 | 74.93 | - |
| YUV | 91.1 | 205.27 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 228 | 0.11 | 0.97 | 0 | 0.11 | 293.48 | 0.94 | 0.46 |
| Hex | CC | 7 | E4 | B | 61 | 0 | B | 125 | 5E | 2E |
| Octal | 314 | 7 | 344 | 13 | 141 | 0 | 13 | 445 | 136 | 56 |
| Binary | 11001100 | 111 | 11100100 | 1011 | 1100001 | 0 | 1011 | 100100101 | 1011110 | 101110 |
Color Harmonies of #CC07E4
Complementary color
Monochromatic Colors of #CC07E4
Black with #CC07E4
Text Example
Text Example
White with #CC07E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC07E4; }
p { color: rgb(204,7,228); }
H1.HeaderClassName
{
color: #CC07E4;
}
.AnyTagClassName
{
color: #CC07E4;
}
</style>
background-color css
<style>
a { background-color: #CC07E4; }
a { background-color: rgb(204,7,228); }
div.DivClassName
{
background-color: #CC07E4;
}
.BgClassName
{
background-color: #CC07E4;
}
</style>
border-color css
<style>
span { border-color: #CC07E4; }
span { border-color: rgb(204,7,228); }
td.TdClassName
{
border-color: #CC07E4;
}
.TagClassName
{
border-color: #CC07E4;
}
</style>