Shades of Electric Purple #C00BE8
Tints of Electric Purple #C00BE8
RGB
CMYK
RGB Variations
Color information
#C00BE8 (or 0xC00BE8) is known color: Electric Purple. HEX triplet: C0, 0B and E8. RGB value is (192,11,232). Sum of RGB (Red+Green+Blue) = 192+11+232=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 11 (4.69% from 255 or 2.53% from 435); Blue value is 232 (91.02% from 255 or 53.33% from 435); Max value from RGB is 232 - color contains mainly: blue. Hex color #C00BE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00BE8 is #3FF417. Grayscale: #595959. Windows color (decimal): -4191256 or 15207360. OLE color: 15207360.
HSL color Cylindrical-coordinate representation of color #C00BE8: hue angle of 289.14º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00BE8 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 11 | 232 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.09 |
| HSL | 289.14º | 0.91% | 0.48% | - |
| HSV(B) | 289.14º | 0.95% | 0.91% | - |
| XYZ | 36.42 | 17.27 | 77.76 | - |
| YUV | 90.31 | 207.97 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 232 | 0.17 | 0.95 | 0 | 0.09 | 289.14 | 0.91 | 0.48 |
| Hex | C0 | B | E8 | 11 | 5F | 0 | 9 | 121 | 5B | 30 |
| Octal | 300 | 13 | 350 | 21 | 137 | 0 | 11 | 441 | 133 | 60 |
| Binary | 11000000 | 1011 | 11101000 | 10001 | 1011111 | 0 | 1001 | 100100001 | 1011011 | 110000 |
Color Harmonies of #C00BE8
Complementary color
Monochromatic Colors of #C00BE8
Black with #C00BE8
Text Example
Text Example
White with #C00BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00BE8; }
p { color: rgb(192,11,232); }
H1.HeaderClassName
{
color: #C00BE8;
}
.AnyTagClassName
{
color: #C00BE8;
}
</style>
background-color css
<style>
a { background-color: #C00BE8; }
a { background-color: rgb(192,11,232); }
div.DivClassName
{
background-color: #C00BE8;
}
.BgClassName
{
background-color: #C00BE8;
}
</style>
border-color css
<style>
span { border-color: #C00BE8; }
span { border-color: rgb(192,11,232); }
td.TdClassName
{
border-color: #C00BE8;
}
.TagClassName
{
border-color: #C00BE8;
}
</style>