Shades of Electric Purple #C00EF9
Tints of Electric Purple #C00EF9
RGB
CMYK
RGB Variations
Color information
#C00EF9 (or 0xC00EF9) is known color: Electric Purple. HEX triplet: C0, 0E and F9. RGB value is (192,14,249). Sum of RGB (Red+Green+Blue) = 192+14+249=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 14 (5.86% from 255 or 3.08% from 455); Blue value is 249 (97.66% from 255 or 54.73% from 455); Max value from RGB is 249 - color contains mainly: blue. Hex color #C00EF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00EF9 is #3FF106. Grayscale: #5D5D5D. Windows color (decimal): -4190471 or 16322240. OLE color: 16322240.
HSL color Cylindrical-coordinate representation of color #C00EF9: hue angle of 285.45º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00EF9 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 14 | 249 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.02 |
| HSL | 285.45º | 0.95% | 0.52% | - |
| HSV(B) | 285.45º | 0.94% | 0.98% | - |
| XYZ | 38.99 | 18.36 | 91.11 | - |
| YUV | 94.01 | 215.47 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 249 | 0.23 | 0.94 | 0 | 0.02 | 285.45 | 0.95 | 0.52 |
| Hex | C0 | E | F9 | 17 | 5E | 0 | 2 | 11D | 5F | 34 |
| Octal | 300 | 16 | 371 | 27 | 136 | 0 | 2 | 435 | 137 | 64 |
| Binary | 11000000 | 1110 | 11111001 | 10111 | 1011110 | 0 | 10 | 100011101 | 1011111 | 110100 |
Color Harmonies of #C00EF9
Complementary color
Monochromatic Colors of #C00EF9
Black with #C00EF9
Text Example
Text Example
White with #C00EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00EF9; }
p { color: rgb(192,14,249); }
H1.HeaderClassName
{
color: #C00EF9;
}
.AnyTagClassName
{
color: #C00EF9;
}
</style>
background-color css
<style>
a { background-color: #C00EF9; }
a { background-color: rgb(192,14,249); }
div.DivClassName
{
background-color: #C00EF9;
}
.BgClassName
{
background-color: #C00EF9;
}
</style>
border-color css
<style>
span { border-color: #C00EF9; }
span { border-color: rgb(192,14,249); }
td.TdClassName
{
border-color: #C00EF9;
}
.TagClassName
{
border-color: #C00EF9;
}
</style>