Shades of Electric Purple #C00FEE
Tints of Electric Purple #C00FEE
RGB
CMYK
RGB Variations
Color information
#C00FEE (or 0xC00FEE) is known color: Electric Purple. HEX triplet: C0, 0F and EE. RGB value is (192,15,238). Sum of RGB (Red+Green+Blue) = 192+15+238=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 15 (6.25% from 255 or 3.37% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #C00FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00FEE is #3FF011. Grayscale: #5C5C5C. Windows color (decimal): -4190226 or 15601600. OLE color: 15601600.
HSL color Cylindrical-coordinate representation of color #C00FEE: hue angle of 287.62º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00FEE is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 15 | 238 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.07 |
| HSL | 287.62º | 0.88% | 0.5% | - |
| HSV(B) | 287.62º | 0.94% | 0.93% | - |
| XYZ | 37.34 | 17.72 | 82.34 | - |
| YUV | 93.35 | 209.64 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 238 | 0.19 | 0.94 | 0 | 0.07 | 287.62 | 0.88 | 0.5 |
| Hex | C0 | F | EE | 13 | 5E | 0 | 7 | 120 | 58 | 32 |
| Octal | 300 | 17 | 356 | 23 | 136 | 0 | 7 | 440 | 130 | 62 |
| Binary | 11000000 | 1111 | 11101110 | 10011 | 1011110 | 0 | 111 | 100100000 | 1011000 | 110010 |
Color Harmonies of #C00FEE
Complementary color
Monochromatic Colors of #C00FEE
Black with #C00FEE
Text Example
Text Example
White with #C00FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00FEE; }
p { color: rgb(192,15,238); }
H1.HeaderClassName
{
color: #C00FEE;
}
.AnyTagClassName
{
color: #C00FEE;
}
</style>
background-color css
<style>
a { background-color: #C00FEE; }
a { background-color: rgb(192,15,238); }
div.DivClassName
{
background-color: #C00FEE;
}
.BgClassName
{
background-color: #C00FEE;
}
</style>
border-color css
<style>
span { border-color: #C00FEE; }
span { border-color: rgb(192,15,238); }
td.TdClassName
{
border-color: #C00FEE;
}
.TagClassName
{
border-color: #C00FEE;
}
</style>