Shades of Electric Purple #C01BE8
Tints of Electric Purple #C01BE8
RGB
CMYK
RGB Variations
Color information
#C01BE8 (or 0xC01BE8) is known color: Electric Purple. HEX triplet: C0, 1B and E8. RGB value is (192,27,232). Sum of RGB (Red+Green+Blue) = 192+27+232=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 27 (10.94% from 255 or 5.99% from 451); Blue value is 232 (91.02% from 255 or 51.44% from 451); Max value from RGB is 232 - color contains mainly: blue. Hex color #C01BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01BE8 is #3FE417. Grayscale: #636363. Windows color (decimal): -4187160 or 15211456. OLE color: 15211456.
HSL color Cylindrical-coordinate representation of color #C01BE8: hue angle of 288.29º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01BE8 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 27 | 232 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.09 |
| HSL | 288.29º | 0.82% | 0.51% | - |
| HSV(B) | 288.29º | 0.88% | 0.91% | - |
| XYZ | 36.7 | 17.82 | 77.85 | - |
| YUV | 99.71 | 202.66 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 232 | 0.17 | 0.88 | 0 | 0.09 | 288.29 | 0.82 | 0.51 |
| Hex | C0 | 1B | E8 | 11 | 58 | 0 | 9 | 120 | 52 | 33 |
| Octal | 300 | 33 | 350 | 21 | 130 | 0 | 11 | 440 | 122 | 63 |
| Binary | 11000000 | 11011 | 11101000 | 10001 | 1011000 | 0 | 1001 | 100100000 | 1010010 | 110011 |
Color Harmonies of #C01BE8
Complementary color
Monochromatic Colors of #C01BE8
Black with #C01BE8
Text Example
Text Example
White with #C01BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01BE8; }
p { color: rgb(192,27,232); }
H1.HeaderClassName
{
color: #C01BE8;
}
.AnyTagClassName
{
color: #C01BE8;
}
</style>
background-color css
<style>
a { background-color: #C01BE8; }
a { background-color: rgb(192,27,232); }
div.DivClassName
{
background-color: #C01BE8;
}
.BgClassName
{
background-color: #C01BE8;
}
</style>
border-color css
<style>
span { border-color: #C01BE8; }
span { border-color: rgb(192,27,232); }
td.TdClassName
{
border-color: #C01BE8;
}
.TagClassName
{
border-color: #C01BE8;
}
</style>