Shades of Electric Purple #C00BE9
Tints of Electric Purple #C00BE9
RGB
CMYK
RGB Variations
Color information
#C00BE9 (or 0xC00BE9) is known color: Electric Purple. HEX triplet: C0, 0B and E9. RGB value is (192,11,233). Sum of RGB (Red+Green+Blue) = 192+11+233=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 11 (4.69% from 255 or 2.52% from 436); Blue value is 233 (91.41% from 255 or 53.44% from 436); Max value from RGB is 233 - color contains mainly: blue. Hex color #C00BE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00BE9 is #3FF416. Grayscale: #595959. Windows color (decimal): -4191255 or 15272896. OLE color: 15272896.
HSL color Cylindrical-coordinate representation of color #C00BE9: hue angle of 288.92º 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 #C00BE9 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 11 | 233 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.09 |
| HSL | 288.92º | 0.91% | 0.48% | - |
| HSV(B) | 288.92º | 0.95% | 0.91% | - |
| XYZ | 36.57 | 17.33 | 78.51 | - |
| YUV | 90.43 | 208.47 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 233 | 0.18 | 0.95 | 0 | 0.09 | 288.92 | 0.91 | 0.48 |
| Hex | C0 | B | E9 | 12 | 5F | 0 | 9 | 121 | 5B | 30 |
| Octal | 300 | 13 | 351 | 22 | 137 | 0 | 11 | 441 | 133 | 60 |
| Binary | 11000000 | 1011 | 11101001 | 10010 | 1011111 | 0 | 1001 | 100100001 | 1011011 | 110000 |
Color Harmonies of #C00BE9
Complementary color
Monochromatic Colors of #C00BE9
Black with #C00BE9
Text Example
Text Example
White with #C00BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00BE9; }
p { color: rgb(192,11,233); }
H1.HeaderClassName
{
color: #C00BE9;
}
.AnyTagClassName
{
color: #C00BE9;
}
</style>
background-color css
<style>
a { background-color: #C00BE9; }
a { background-color: rgb(192,11,233); }
div.DivClassName
{
background-color: #C00BE9;
}
.BgClassName
{
background-color: #C00BE9;
}
</style>
border-color css
<style>
span { border-color: #C00BE9; }
span { border-color: rgb(192,11,233); }
td.TdClassName
{
border-color: #C00BE9;
}
.TagClassName
{
border-color: #C00BE9;
}
</style>