Shades of Electric Purple #C01BEE
Tints of Electric Purple #C01BEE
RGB
CMYK
RGB Variations
Color information
#C01BEE (or 0xC01BEE) is known color: Electric Purple. HEX triplet: C0, 1B and EE. RGB value is (192,27,238). Sum of RGB (Red+Green+Blue) = 192+27+238=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 27 (10.94% from 255 or 5.91% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #C01BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01BEE is #3FE411. Grayscale: #636363. Windows color (decimal): -4187154 or 15604672. OLE color: 15604672.
HSL color Cylindrical-coordinate representation of color #C01BEE: hue angle of 286.92º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01BEE is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 27 | 238 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.07 |
| HSL | 286.92º | 0.86% | 0.52% | - |
| HSV(B) | 286.92º | 0.89% | 0.93% | - |
| XYZ | 37.56 | 18.16 | 82.42 | - |
| YUV | 100.39 | 205.66 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 238 | 0.19 | 0.89 | 0 | 0.07 | 286.92 | 0.86 | 0.52 |
| Hex | C0 | 1B | EE | 13 | 59 | 0 | 7 | 11F | 56 | 34 |
| Octal | 300 | 33 | 356 | 23 | 131 | 0 | 7 | 437 | 126 | 64 |
| Binary | 11000000 | 11011 | 11101110 | 10011 | 1011001 | 0 | 111 | 100011111 | 1010110 | 110100 |
Color Harmonies of #C01BEE
Complementary color
Monochromatic Colors of #C01BEE
Black with #C01BEE
Text Example
Text Example
White with #C01BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01BEE; }
p { color: rgb(192,27,238); }
H1.HeaderClassName
{
color: #C01BEE;
}
.AnyTagClassName
{
color: #C01BEE;
}
</style>
background-color css
<style>
a { background-color: #C01BEE; }
a { background-color: rgb(192,27,238); }
div.DivClassName
{
background-color: #C01BEE;
}
.BgClassName
{
background-color: #C01BEE;
}
</style>
border-color css
<style>
span { border-color: #C01BEE; }
span { border-color: rgb(192,27,238); }
td.TdClassName
{
border-color: #C01BEE;
}
.TagClassName
{
border-color: #C01BEE;
}
</style>