Shades of Electric Purple #C002EC
Tints of Electric Purple #C002EC
RGB
CMYK
RGB Variations
Color information
#C002EC (or 0xC002EC) is known color: Electric Purple. HEX triplet: C0, 02 and EC. RGB value is (192,2,236). Sum of RGB (Red+Green+Blue) = 192+2+236=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 2 (1.17% from 255 or 0.47% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #C002EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C002EC is #3FFD13. Grayscale: #545454. Windows color (decimal): -4193556 or 15467200. OLE color: 15467200.
HSL color Cylindrical-coordinate representation of color #C002EC: hue angle of 288.72º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C002EC is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 2 | 236 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.07 |
| HSL | 288.72º | 0.98% | 0.47% | - |
| HSV(B) | 288.72º | 0.99% | 0.93% | - |
| XYZ | 36.9 | 17.31 | 80.75 | - |
| YUV | 85.49 | 212.95 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 236 | 0.19 | 0.99 | 0 | 0.07 | 288.72 | 0.98 | 0.47 |
| Hex | C0 | 2 | EC | 13 | 63 | 0 | 7 | 121 | 62 | 2F |
| Octal | 300 | 2 | 354 | 23 | 143 | 0 | 7 | 441 | 142 | 57 |
| Binary | 11000000 | 10 | 11101100 | 10011 | 1100011 | 0 | 111 | 100100001 | 1100010 | 101111 |
Color Harmonies of #C002EC
Complementary color
Monochromatic Colors of #C002EC
Black with #C002EC
Text Example
Text Example
White with #C002EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C002EC; }
p { color: rgb(192,2,236); }
H1.HeaderClassName
{
color: #C002EC;
}
.AnyTagClassName
{
color: #C002EC;
}
</style>
background-color css
<style>
a { background-color: #C002EC; }
a { background-color: rgb(192,2,236); }
div.DivClassName
{
background-color: #C002EC;
}
.BgClassName
{
background-color: #C002EC;
}
</style>
border-color css
<style>
span { border-color: #C002EC; }
span { border-color: rgb(192,2,236); }
td.TdClassName
{
border-color: #C002EC;
}
.TagClassName
{
border-color: #C002EC;
}
</style>