Shades of Electric Purple #C004ED
Tints of Electric Purple #C004ED
RGB
CMYK
RGB Variations
Color information
#C004ED (or 0xC004ED) is known color: Electric Purple. HEX triplet: C0, 04 and ED. RGB value is (192,4,237). Sum of RGB (Red+Green+Blue) = 192+4+237=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 4 (1.95% from 255 or 0.92% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #C004ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C004ED is #3FFB12. Grayscale: #565656. Windows color (decimal): -4193043 or 15533248. OLE color: 15533248.
HSL color Cylindrical-coordinate representation of color #C004ED: hue angle of 288.41º 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 #C004ED is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 4 | 237 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.07 |
| HSL | 288.41º | 0.97% | 0.47% | - |
| HSV(B) | 288.41º | 0.98% | 0.93% | - |
| XYZ | 37.07 | 17.41 | 81.53 | - |
| YUV | 86.77 | 212.78 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 237 | 0.19 | 0.98 | 0 | 0.07 | 288.41 | 0.97 | 0.47 |
| Hex | C0 | 4 | ED | 13 | 62 | 0 | 7 | 120 | 61 | 2F |
| Octal | 300 | 4 | 355 | 23 | 142 | 0 | 7 | 440 | 141 | 57 |
| Binary | 11000000 | 100 | 11101101 | 10011 | 1100010 | 0 | 111 | 100100000 | 1100001 | 101111 |
Color Harmonies of #C004ED
Complementary color
Monochromatic Colors of #C004ED
Black with #C004ED
Text Example
Text Example
White with #C004ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C004ED; }
p { color: rgb(192,4,237); }
H1.HeaderClassName
{
color: #C004ED;
}
.AnyTagClassName
{
color: #C004ED;
}
</style>
background-color css
<style>
a { background-color: #C004ED; }
a { background-color: rgb(192,4,237); }
div.DivClassName
{
background-color: #C004ED;
}
.BgClassName
{
background-color: #C004ED;
}
</style>
border-color css
<style>
span { border-color: #C004ED; }
span { border-color: rgb(192,4,237); }
td.TdClassName
{
border-color: #C004ED;
}
.TagClassName
{
border-color: #C004ED;
}
</style>