Shades of Electric Purple #C000E9
Tints of Electric Purple #C000E9
RGB
CMYK
RGB Variations
Color information
#C000E9 (or 0xC000E9) is known color: Electric Purple. HEX triplet: C0, 00 and E9. RGB value is (192,0,233). Sum of RGB (Red+Green+Blue) = 192+0+233=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 233 (91.41% from 255 or 54.82% from 425); Max value from RGB is 233 - color contains mainly: blue. Hex color #C000E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C000E9 is #3FFF16. Grayscale: #535353. Windows color (decimal): -4194071 or 15270080. OLE color: 15270080.
HSL color Cylindrical-coordinate representation of color #C000E9: hue angle of 289.44º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C000E9 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 0 | 233 | - |
| CMYK | 0.18 | 1 | 0 | 0.09 |
| HSL | 289.44º | 1% | 0.46% | - |
| HSV(B) | 289.44º | 1% | 0.91% | - |
| XYZ | 36.45 | 17.09 | 78.47 | - |
| YUV | 83.97 | 212.11 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 233 | 0.18 | 1 | 0 | 0.09 | 289.44 | 1 | 0.46 |
| Hex | C0 | 0 | E9 | 12 | 64 | 0 | 9 | 121 | 64 | 2E |
| Octal | 300 | 0 | 351 | 22 | 144 | 0 | 11 | 441 | 144 | 56 |
| Binary | 11000000 | 0 | 11101001 | 10010 | 1100100 | 0 | 1001 | 100100001 | 1100100 | 101110 |
Color Harmonies of #C000E9
Complementary color
Monochromatic Colors of #C000E9
Black with #C000E9
Text Example
Text Example
White with #C000E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C000E9; }
p { color: rgb(192,0,233); }
H1.HeaderClassName
{
color: #C000E9;
}
.AnyTagClassName
{
color: #C000E9;
}
</style>
background-color css
<style>
a { background-color: #C000E9; }
a { background-color: rgb(192,0,233); }
div.DivClassName
{
background-color: #C000E9;
}
.BgClassName
{
background-color: #C000E9;
}
</style>
border-color css
<style>
span { border-color: #C000E9; }
span { border-color: rgb(192,0,233); }
td.TdClassName
{
border-color: #C000E9;
}
.TagClassName
{
border-color: #C000E9;
}
</style>