Shades of Electric Purple #CC05EC
Tints of Electric Purple #CC05EC
RGB
CMYK
RGB Variations
Color information
#CC05EC (or 0xCC05EC) is known color: Electric Purple. HEX triplet: CC, 05 and EC. RGB value is (204,5,236). Sum of RGB (Red+Green+Blue) = 204+5+236=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 5 (2.34% from 255 or 1.12% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC05EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC05EC is #33FA13. Grayscale: #5A5A5A. Windows color (decimal): -3406356 or 15467980. OLE color: 15467980.
HSL color Cylindrical-coordinate representation of color #CC05EC: hue angle of 291.69º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC05EC is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 5 | 236 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.07 |
| HSL | 291.69º | 0.96% | 0.47% | - |
| HSV(B) | 291.69º | 0.98% | 0.93% | - |
| XYZ | 40.1 | 19 | 80.91 | - |
| YUV | 90.84 | 209.93 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 236 | 0.14 | 0.98 | 0 | 0.07 | 291.69 | 0.96 | 0.47 |
| Hex | CC | 5 | EC | E | 62 | 0 | 7 | 124 | 60 | 2F |
| Octal | 314 | 5 | 354 | 16 | 142 | 0 | 7 | 444 | 140 | 57 |
| Binary | 11001100 | 101 | 11101100 | 1110 | 1100010 | 0 | 111 | 100100100 | 1100000 | 101111 |
Color Harmonies of #CC05EC
Complementary color
Monochromatic Colors of #CC05EC
Black with #CC05EC
Text Example
Text Example
White with #CC05EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC05EC; }
p { color: rgb(204,5,236); }
H1.HeaderClassName
{
color: #CC05EC;
}
.AnyTagClassName
{
color: #CC05EC;
}
</style>
background-color css
<style>
a { background-color: #CC05EC; }
a { background-color: rgb(204,5,236); }
div.DivClassName
{
background-color: #CC05EC;
}
.BgClassName
{
background-color: #CC05EC;
}
</style>
border-color css
<style>
span { border-color: #CC05EC; }
span { border-color: rgb(204,5,236); }
td.TdClassName
{
border-color: #CC05EC;
}
.TagClassName
{
border-color: #CC05EC;
}
</style>