Shades of Electric Purple #C00EFF
Tints of Electric Purple #C00EFF
RGB
CMYK
RGB Variations
Color information
#C00EFF (or 0xC00EFF) is known color: Electric Purple. HEX triplet: C0, 0E and FF. RGB value is (192,14,255). Sum of RGB (Red+Green+Blue) = 192+14+255=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 14 (5.86% from 255 or 3.04% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #C00EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00EFF is #3FF100. Grayscale: #5D5D5D. Windows color (decimal): -4190465 or 16715456. OLE color: 16715456.
HSL color Cylindrical-coordinate representation of color #C00EFF: hue angle of 284.32º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00EFF is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 14 | 255 | - |
| CMYK | 0.25 | 0.95 | 0 | 0 |
| HSL | 284.32º | 1% | 0.53% | - |
| HSV(B) | 284.32º | 0.95% | 1% | - |
| XYZ | 39.95 | 18.74 | 96.12 | - |
| YUV | 94.7 | 218.47 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 255 | 0.25 | 0.95 | 0 | 0 | 284.32 | 1 | 0.53 |
| Hex | C0 | E | FF | 19 | 5F | 0 | 0 | 11C | 64 | 35 |
| Octal | 300 | 16 | 377 | 31 | 137 | 0 | 0 | 434 | 144 | 65 |
| Binary | 11000000 | 1110 | 11111111 | 11001 | 1011111 | 0 | 0 | 100011100 | 1100100 | 110101 |
Color Harmonies of #C00EFF
Complementary color
Monochromatic Colors of #C00EFF
Black with #C00EFF
Text Example
Text Example
White with #C00EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00EFF; }
p { color: rgb(192,14,255); }
H1.HeaderClassName
{
color: #C00EFF;
}
.AnyTagClassName
{
color: #C00EFF;
}
</style>
background-color css
<style>
a { background-color: #C00EFF; }
a { background-color: rgb(192,14,255); }
div.DivClassName
{
background-color: #C00EFF;
}
.BgClassName
{
background-color: #C00EFF;
}
</style>
border-color css
<style>
span { border-color: #C00EFF; }
span { border-color: rgb(192,14,255); }
td.TdClassName
{
border-color: #C00EFF;
}
.TagClassName
{
border-color: #C00EFF;
}
</style>