Shades of Electric Purple #C002EF
Tints of Electric Purple #C002EF
RGB
CMYK
RGB Variations
Color information
#C002EF (or 0xC002EF) is known color: Electric Purple. HEX triplet: C0, 02 and EF. RGB value is (192,2,239). Sum of RGB (Red+Green+Blue) = 192+2+239=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 2 (1.17% from 255 or 0.46% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #C002EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C002EF is #3FFD10. Grayscale: #555555. Windows color (decimal): -4193553 or 15663808. OLE color: 15663808.
HSL color Cylindrical-coordinate representation of color #C002EF: hue angle of 288.1º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C002EF is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 2 | 239 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.06 |
| HSL | 288.1º | 0.98% | 0.47% | - |
| HSV(B) | 288.1º | 0.99% | 0.94% | - |
| XYZ | 37.34 | 17.48 | 83.07 | - |
| YUV | 85.83 | 214.45 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 239 | 0.20 | 0.99 | 0 | 0.06 | 288.1 | 0.98 | 0.47 |
| Hex | C0 | 2 | EF | 14 | 63 | 0 | 6 | 120 | 62 | 2F |
| Octal | 300 | 2 | 357 | 24 | 143 | 0 | 6 | 440 | 142 | 57 |
| Binary | 11000000 | 10 | 11101111 | 10100 | 1100011 | 0 | 110 | 100100000 | 1100010 | 101111 |
Color Harmonies of #C002EF
Complementary color
Monochromatic Colors of #C002EF
Black with #C002EF
Text Example
Text Example
White with #C002EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C002EF; }
p { color: rgb(192,2,239); }
H1.HeaderClassName
{
color: #C002EF;
}
.AnyTagClassName
{
color: #C002EF;
}
</style>
background-color css
<style>
a { background-color: #C002EF; }
a { background-color: rgb(192,2,239); }
div.DivClassName
{
background-color: #C002EF;
}
.BgClassName
{
background-color: #C002EF;
}
</style>
border-color css
<style>
span { border-color: #C002EF; }
span { border-color: rgb(192,2,239); }
td.TdClassName
{
border-color: #C002EF;
}
.TagClassName
{
border-color: #C002EF;
}
</style>