Shades of Electric Purple #C00BEA
Tints of Electric Purple #C00BEA
RGB
CMYK
RGB Variations
Color information
#C00BEA (or 0xC00BEA) is known color: Electric Purple. HEX triplet: C0, 0B and EA. RGB value is (192,11,234). Sum of RGB (Red+Green+Blue) = 192+11+234=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 11 (4.69% from 255 or 2.52% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #C00BEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00BEA is #3FF415. Grayscale: #595959. Windows color (decimal): -4191254 or 15338432. OLE color: 15338432.
HSL color Cylindrical-coordinate representation of color #C00BEA: hue angle of 288.7º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00BEA is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 11 | 234 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.08 |
| HSL | 288.7º | 0.91% | 0.48% | - |
| HSV(B) | 288.7º | 0.95% | 0.92% | - |
| XYZ | 36.71 | 17.39 | 79.26 | - |
| YUV | 90.54 | 208.97 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 234 | 0.18 | 0.95 | 0 | 0.08 | 288.7 | 0.91 | 0.48 |
| Hex | C0 | B | EA | 12 | 5F | 0 | 8 | 121 | 5B | 30 |
| Octal | 300 | 13 | 352 | 22 | 137 | 0 | 10 | 441 | 133 | 60 |
| Binary | 11000000 | 1011 | 11101010 | 10010 | 1011111 | 0 | 1000 | 100100001 | 1011011 | 110000 |
Color Harmonies of #C00BEA
Complementary color
Monochromatic Colors of #C00BEA
Black with #C00BEA
Text Example
Text Example
White with #C00BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00BEA; }
p { color: rgb(192,11,234); }
H1.HeaderClassName
{
color: #C00BEA;
}
.AnyTagClassName
{
color: #C00BEA;
}
</style>
background-color css
<style>
a { background-color: #C00BEA; }
a { background-color: rgb(192,11,234); }
div.DivClassName
{
background-color: #C00BEA;
}
.BgClassName
{
background-color: #C00BEA;
}
</style>
border-color css
<style>
span { border-color: #C00BEA; }
span { border-color: rgb(192,11,234); }
td.TdClassName
{
border-color: #C00BEA;
}
.TagClassName
{
border-color: #C00BEA;
}
</style>