Shades of Electric Purple #CC07EC
Tints of Electric Purple #CC07EC
RGB
CMYK
RGB Variations
Color information
#CC07EC (or 0xCC07EC) is known color: Electric Purple. HEX triplet: CC, 07 and EC. RGB value is (204,7,236). Sum of RGB (Red+Green+Blue) = 204+7+236=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 7 (3.12% from 255 or 1.57% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC07EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC07EC is #33F813. Grayscale: #5B5B5B. Windows color (decimal): -3405844 or 15468492. OLE color: 15468492.
HSL color Cylindrical-coordinate representation of color #CC07EC: hue angle of 291.62º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC07EC is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 7 | 236 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.07 |
| HSL | 291.62º | 0.94% | 0.48% | - |
| HSV(B) | 291.62º | 0.97% | 0.93% | - |
| XYZ | 40.12 | 19.05 | 80.92 | - |
| YUV | 92.01 | 209.27 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 236 | 0.14 | 0.97 | 0 | 0.07 | 291.62 | 0.94 | 0.48 |
| Hex | CC | 7 | EC | E | 61 | 0 | 7 | 124 | 5E | 30 |
| Octal | 314 | 7 | 354 | 16 | 141 | 0 | 7 | 444 | 136 | 60 |
| Binary | 11001100 | 111 | 11101100 | 1110 | 1100001 | 0 | 111 | 100100100 | 1011110 | 110000 |
Color Harmonies of #CC07EC
Complementary color
Monochromatic Colors of #CC07EC
Black with #CC07EC
Text Example
Text Example
White with #CC07EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC07EC; }
p { color: rgb(204,7,236); }
H1.HeaderClassName
{
color: #CC07EC;
}
.AnyTagClassName
{
color: #CC07EC;
}
</style>
background-color css
<style>
a { background-color: #CC07EC; }
a { background-color: rgb(204,7,236); }
div.DivClassName
{
background-color: #CC07EC;
}
.BgClassName
{
background-color: #CC07EC;
}
</style>
border-color css
<style>
span { border-color: #CC07EC; }
span { border-color: rgb(204,7,236); }
td.TdClassName
{
border-color: #CC07EC;
}
.TagClassName
{
border-color: #CC07EC;
}
</style>