Shades of Electric Purple #C004E9
Tints of Electric Purple #C004E9
RGB
CMYK
RGB Variations
Color information
#C004E9 (or 0xC004E9) is known color: Electric Purple. HEX triplet: C0, 04 and E9. RGB value is (192,4,233). Sum of RGB (Red+Green+Blue) = 192+4+233=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 4 (1.95% from 255 or 0.93% from 429); Blue value is 233 (91.41% from 255 or 54.31% from 429); Max value from RGB is 233 - color contains mainly: blue. Hex color #C004E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C004E9 is #3FFB16. Grayscale: #555555. Windows color (decimal): -4193047 or 15271104. OLE color: 15271104.
HSL color Cylindrical-coordinate representation of color #C004E9: hue angle of 289.26º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C004E9 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 4 | 233 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.09 |
| HSL | 289.26º | 0.97% | 0.46% | - |
| HSV(B) | 289.26º | 0.98% | 0.91% | - |
| XYZ | 36.49 | 17.18 | 78.48 | - |
| YUV | 86.32 | 210.78 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 233 | 0.18 | 0.98 | 0 | 0.09 | 289.26 | 0.97 | 0.46 |
| Hex | C0 | 4 | E9 | 12 | 62 | 0 | 9 | 121 | 61 | 2E |
| Octal | 300 | 4 | 351 | 22 | 142 | 0 | 11 | 441 | 141 | 56 |
| Binary | 11000000 | 100 | 11101001 | 10010 | 1100010 | 0 | 1001 | 100100001 | 1100001 | 101110 |
Color Harmonies of #C004E9
Complementary color
Monochromatic Colors of #C004E9
Black with #C004E9
Text Example
Text Example
White with #C004E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C004E9; }
p { color: rgb(192,4,233); }
H1.HeaderClassName
{
color: #C004E9;
}
.AnyTagClassName
{
color: #C004E9;
}
</style>
background-color css
<style>
a { background-color: #C004E9; }
a { background-color: rgb(192,4,233); }
div.DivClassName
{
background-color: #C004E9;
}
.BgClassName
{
background-color: #C004E9;
}
</style>
border-color css
<style>
span { border-color: #C004E9; }
span { border-color: rgb(192,4,233); }
td.TdClassName
{
border-color: #C004E9;
}
.TagClassName
{
border-color: #C004E9;
}
</style>