Shades of Electric Purple #C00EE5
Tints of Electric Purple #C00EE5
RGB
CMYK
RGB Variations
Color information
#C00EE5 (or 0xC00EE5) is known color: Electric Purple. HEX triplet: C0, 0E and E5. RGB value is (192,14,229). Sum of RGB (Red+Green+Blue) = 192+14+229=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 14 (5.86% from 255 or 3.22% from 435); Blue value is 229 (89.84% from 255 or 52.64% from 435); Max value from RGB is 229 - color contains mainly: blue. Hex color #C00EE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00EE5 is #3FF11A. Grayscale: #5B5B5B. Windows color (decimal): -4190491 or 15011520. OLE color: 15011520.
HSL color Cylindrical-coordinate representation of color #C00EE5: hue angle of 289.67º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00EE5 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 14 | 229 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.10 |
| HSL | 289.67º | 0.88% | 0.48% | - |
| HSV(B) | 289.67º | 0.94% | 0.9% | - |
| XYZ | 36.04 | 17.18 | 75.54 | - |
| YUV | 91.73 | 205.47 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 229 | 0.16 | 0.94 | 0 | 0.10 | 289.67 | 0.88 | 0.48 |
| Hex | C0 | E | E5 | 10 | 5E | 0 | A | 122 | 58 | 30 |
| Octal | 300 | 16 | 345 | 20 | 136 | 0 | 12 | 442 | 130 | 60 |
| Binary | 11000000 | 1110 | 11100101 | 10000 | 1011110 | 0 | 1010 | 100100010 | 1011000 | 110000 |
Color Harmonies of #C00EE5
Complementary color
Monochromatic Colors of #C00EE5
Black with #C00EE5
Text Example
Text Example
White with #C00EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00EE5; }
p { color: rgb(192,14,229); }
H1.HeaderClassName
{
color: #C00EE5;
}
.AnyTagClassName
{
color: #C00EE5;
}
</style>
background-color css
<style>
a { background-color: #C00EE5; }
a { background-color: rgb(192,14,229); }
div.DivClassName
{
background-color: #C00EE5;
}
.BgClassName
{
background-color: #C00EE5;
}
</style>
border-color css
<style>
span { border-color: #C00EE5; }
span { border-color: rgb(192,14,229); }
td.TdClassName
{
border-color: #C00EE5;
}
.TagClassName
{
border-color: #C00EE5;
}
</style>