Shades of Electric Purple #C00BEE
Tints of Electric Purple #C00BEE
RGB
CMYK
RGB Variations
Color information
#C00BEE (or 0xC00BEE) is known color: Electric Purple. HEX triplet: C0, 0B and EE. RGB value is (192,11,238). Sum of RGB (Red+Green+Blue) = 192+11+238=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 11 (4.69% from 255 or 2.49% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #C00BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00BEE is #3FF411. Grayscale: #5A5A5A. Windows color (decimal): -4191250 or 15600576. OLE color: 15600576.
HSL color Cylindrical-coordinate representation of color #C00BEE: hue angle of 287.84º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00BEE is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 11 | 238 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.07 |
| HSL | 287.84º | 0.91% | 0.49% | - |
| HSV(B) | 287.84º | 0.95% | 0.93% | - |
| XYZ | 37.29 | 17.62 | 82.32 | - |
| YUV | 91 | 210.97 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 238 | 0.19 | 0.95 | 0 | 0.07 | 287.84 | 0.91 | 0.49 |
| Hex | C0 | B | EE | 13 | 5F | 0 | 7 | 120 | 5B | 31 |
| Octal | 300 | 13 | 356 | 23 | 137 | 0 | 7 | 440 | 133 | 61 |
| Binary | 11000000 | 1011 | 11101110 | 10011 | 1011111 | 0 | 111 | 100100000 | 1011011 | 110001 |
Color Harmonies of #C00BEE
Complementary color
Monochromatic Colors of #C00BEE
Black with #C00BEE
Text Example
Text Example
White with #C00BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00BEE; }
p { color: rgb(192,11,238); }
H1.HeaderClassName
{
color: #C00BEE;
}
.AnyTagClassName
{
color: #C00BEE;
}
</style>
background-color css
<style>
a { background-color: #C00BEE; }
a { background-color: rgb(192,11,238); }
div.DivClassName
{
background-color: #C00BEE;
}
.BgClassName
{
background-color: #C00BEE;
}
</style>
border-color css
<style>
span { border-color: #C00BEE; }
span { border-color: rgb(192,11,238); }
td.TdClassName
{
border-color: #C00BEE;
}
.TagClassName
{
border-color: #C00BEE;
}
</style>