Shades of Electric Purple #C004EF
Tints of Electric Purple #C004EF
RGB
CMYK
RGB Variations
Color information
#C004EF (or 0xC004EF) is known color: Electric Purple. HEX triplet: C0, 04 and EF. RGB value is (192,4,239). Sum of RGB (Red+Green+Blue) = 192+4+239=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 4 (1.95% from 255 or 0.92% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #C004EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C004EF is #3FFB10. Grayscale: #565656. Windows color (decimal): -4193041 or 15664320. OLE color: 15664320.
HSL color Cylindrical-coordinate representation of color #C004EF: hue angle of 288º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C004EF is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 4 | 239 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.06 |
| HSL | 288º | 0.97% | 0.48% | - |
| HSV(B) | 288º | 0.98% | 0.94% | - |
| XYZ | 37.36 | 17.53 | 83.07 | - |
| YUV | 87 | 213.78 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 239 | 0.20 | 0.98 | 0 | 0.06 | 288 | 0.97 | 0.48 |
| Hex | C0 | 4 | EF | 14 | 62 | 0 | 6 | 120 | 61 | 30 |
| Octal | 300 | 4 | 357 | 24 | 142 | 0 | 6 | 440 | 141 | 60 |
| Binary | 11000000 | 100 | 11101111 | 10100 | 1100010 | 0 | 110 | 100100000 | 1100001 | 110000 |
Color Harmonies of #C004EF
Complementary color
Monochromatic Colors of #C004EF
Black with #C004EF
Text Example
Text Example
White with #C004EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C004EF; }
p { color: rgb(192,4,239); }
H1.HeaderClassName
{
color: #C004EF;
}
.AnyTagClassName
{
color: #C004EF;
}
</style>
background-color css
<style>
a { background-color: #C004EF; }
a { background-color: rgb(192,4,239); }
div.DivClassName
{
background-color: #C004EF;
}
.BgClassName
{
background-color: #C004EF;
}
</style>
border-color css
<style>
span { border-color: #C004EF; }
span { border-color: rgb(192,4,239); }
td.TdClassName
{
border-color: #C004EF;
}
.TagClassName
{
border-color: #C004EF;
}
</style>