Shades of Electric Purple #C000E5
Tints of Electric Purple #C000E5
RGB
CMYK
RGB Variations
Color information
#C000E5 (or 0xC000E5) is known color: Electric Purple. HEX triplet: C0, 00 and E5. RGB value is (192,0,229). Sum of RGB (Red+Green+Blue) = 192+0+229=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 229 (89.84% from 255 or 54.39% from 421); Max value from RGB is 229 - color contains mainly: blue. Hex color #C000E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C000E5 is #3FFF1A. Grayscale: #525252. Windows color (decimal): -4194075 or 15007936. OLE color: 15007936.
HSL color Cylindrical-coordinate representation of color #C000E5: hue angle of 290.31º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C000E5 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 0 | 229 | - |
| CMYK | 0.16 | 1 | 0 | 0.10 |
| HSL | 290.31º | 1% | 0.45% | - |
| HSV(B) | 290.31º | 1% | 0.9% | - |
| XYZ | 35.88 | 16.86 | 75.49 | - |
| YUV | 83.51 | 210.11 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 229 | 0.16 | 1 | 0 | 0.10 | 290.31 | 1 | 0.45 |
| Hex | C0 | 0 | E5 | 10 | 64 | 0 | A | 122 | 64 | 2D |
| Octal | 300 | 0 | 345 | 20 | 144 | 0 | 12 | 442 | 144 | 55 |
| Binary | 11000000 | 0 | 11100101 | 10000 | 1100100 | 0 | 1010 | 100100010 | 1100100 | 101101 |
Color Harmonies of #C000E5
Complementary color
Monochromatic Colors of #C000E5
Black with #C000E5
Text Example
Text Example
White with #C000E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C000E5; }
p { color: rgb(192,0,229); }
H1.HeaderClassName
{
color: #C000E5;
}
.AnyTagClassName
{
color: #C000E5;
}
</style>
background-color css
<style>
a { background-color: #C000E5; }
a { background-color: rgb(192,0,229); }
div.DivClassName
{
background-color: #C000E5;
}
.BgClassName
{
background-color: #C000E5;
}
</style>
border-color css
<style>
span { border-color: #C000E5; }
span { border-color: rgb(192,0,229); }
td.TdClassName
{
border-color: #C000E5;
}
.TagClassName
{
border-color: #C000E5;
}
</style>