Shades of Electric Purple #C004EE
Tints of Electric Purple #C004EE
RGB
CMYK
RGB Variations
Color information
#C004EE (or 0xC004EE) is known color: Electric Purple. HEX triplet: C0, 04 and EE. RGB value is (192,4,238). Sum of RGB (Red+Green+Blue) = 192+4+238=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 4 (1.95% from 255 or 0.92% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #C004EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C004EE is #3FFB11. Grayscale: #565656. Windows color (decimal): -4193042 or 15598784. OLE color: 15598784.
HSL color Cylindrical-coordinate representation of color #C004EE: hue angle of 288.21º degrees, saturation: 0.97, 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 #C004EE is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 4 | 238 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.07 |
| HSL | 288.21º | 0.97% | 0.47% | - |
| HSV(B) | 288.21º | 0.98% | 0.93% | - |
| XYZ | 37.21 | 17.47 | 82.3 | - |
| YUV | 86.89 | 213.28 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 238 | 0.19 | 0.98 | 0 | 0.07 | 288.21 | 0.97 | 0.47 |
| Hex | C0 | 4 | EE | 13 | 62 | 0 | 7 | 120 | 61 | 2F |
| Octal | 300 | 4 | 356 | 23 | 142 | 0 | 7 | 440 | 141 | 57 |
| Binary | 11000000 | 100 | 11101110 | 10011 | 1100010 | 0 | 111 | 100100000 | 1100001 | 101111 |
Color Harmonies of #C004EE
Complementary color
Monochromatic Colors of #C004EE
Black with #C004EE
Text Example
Text Example
White with #C004EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C004EE; }
p { color: rgb(192,4,238); }
H1.HeaderClassName
{
color: #C004EE;
}
.AnyTagClassName
{
color: #C004EE;
}
</style>
background-color css
<style>
a { background-color: #C004EE; }
a { background-color: rgb(192,4,238); }
div.DivClassName
{
background-color: #C004EE;
}
.BgClassName
{
background-color: #C004EE;
}
</style>
border-color css
<style>
span { border-color: #C004EE; }
span { border-color: rgb(192,4,238); }
td.TdClassName
{
border-color: #C004EE;
}
.TagClassName
{
border-color: #C004EE;
}
</style>