Shades of Electric Purple #CC15EC
Tints of Electric Purple #CC15EC
RGB
CMYK
RGB Variations
Color information
#CC15EC (or 0xCC15EC) is known color: Electric Purple. HEX triplet: CC, 15 and EC. RGB value is (204,21,236). Sum of RGB (Red+Green+Blue) = 204+21+236=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 21 (8.59% from 255 or 4.56% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC15EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC15EC is #33EA13. Grayscale: #636363. Windows color (decimal): -3402260 or 15472076. OLE color: 15472076.
HSL color Cylindrical-coordinate representation of color #CC15EC: hue angle of 291.07º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC15EC is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 21 | 236 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.07 |
| HSL | 291.07º | 0.85% | 0.5% | - |
| HSV(B) | 291.07º | 0.91% | 0.93% | - |
| XYZ | 40.31 | 19.43 | 80.98 | - |
| YUV | 100.23 | 204.63 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 236 | 0.14 | 0.91 | 0 | 0.07 | 291.07 | 0.85 | 0.5 |
| Hex | CC | 15 | EC | E | 5B | 0 | 7 | 123 | 55 | 32 |
| Octal | 314 | 25 | 354 | 16 | 133 | 0 | 7 | 443 | 125 | 62 |
| Binary | 11001100 | 10101 | 11101100 | 1110 | 1011011 | 0 | 111 | 100100011 | 1010101 | 110010 |
Color Harmonies of #CC15EC
Complementary color
Monochromatic Colors of #CC15EC
Black with #CC15EC
Text Example
Text Example
White with #CC15EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC15EC; }
p { color: rgb(204,21,236); }
H1.HeaderClassName
{
color: #CC15EC;
}
.AnyTagClassName
{
color: #CC15EC;
}
</style>
background-color css
<style>
a { background-color: #CC15EC; }
a { background-color: rgb(204,21,236); }
div.DivClassName
{
background-color: #CC15EC;
}
.BgClassName
{
background-color: #CC15EC;
}
</style>
border-color css
<style>
span { border-color: #CC15EC; }
span { border-color: rgb(204,21,236); }
td.TdClassName
{
border-color: #CC15EC;
}
.TagClassName
{
border-color: #CC15EC;
}
</style>