Shades of Electric Purple #C004E4
Tints of Electric Purple #C004E4
RGB
CMYK
RGB Variations
Color information
#C004E4 (or 0xC004E4) is known color: Electric Purple. HEX triplet: C0, 04 and E4. RGB value is (192,4,228). Sum of RGB (Red+Green+Blue) = 192+4+228=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 4 (1.95% from 255 or 0.94% from 424); Blue value is 228 (89.45% from 255 or 53.77% from 424); Max value from RGB is 228 - color contains mainly: blue. Hex color #C004E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C004E4 is #3FFB1B. Grayscale: #555555. Windows color (decimal): -4193052 or 14943424. OLE color: 14943424.
HSL color Cylindrical-coordinate representation of color #C004E4: hue angle of 290.36º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C004E4 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 4 | 228 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.11 |
| HSL | 290.36º | 0.97% | 0.45% | - |
| HSV(B) | 290.36º | 0.98% | 0.89% | - |
| XYZ | 35.79 | 16.89 | 74.77 | - |
| YUV | 85.75 | 208.28 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 228 | 0.16 | 0.98 | 0 | 0.11 | 290.36 | 0.97 | 0.45 |
| Hex | C0 | 4 | E4 | 10 | 62 | 0 | B | 122 | 61 | 2D |
| Octal | 300 | 4 | 344 | 20 | 142 | 0 | 13 | 442 | 141 | 55 |
| Binary | 11000000 | 100 | 11100100 | 10000 | 1100010 | 0 | 1011 | 100100010 | 1100001 | 101101 |
Color Harmonies of #C004E4
Complementary color
Monochromatic Colors of #C004E4
Black with #C004E4
Text Example
Text Example
White with #C004E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C004E4; }
p { color: rgb(192,4,228); }
H1.HeaderClassName
{
color: #C004E4;
}
.AnyTagClassName
{
color: #C004E4;
}
</style>
background-color css
<style>
a { background-color: #C004E4; }
a { background-color: rgb(192,4,228); }
div.DivClassName
{
background-color: #C004E4;
}
.BgClassName
{
background-color: #C004E4;
}
</style>
border-color css
<style>
span { border-color: #C004E4; }
span { border-color: rgb(192,4,228); }
td.TdClassName
{
border-color: #C004E4;
}
.TagClassName
{
border-color: #C004E4;
}
</style>