Shades of Electric Purple #C01BEF
Tints of Electric Purple #C01BEF
RGB
CMYK
RGB Variations
Color information
#C01BEF (or 0xC01BEF) is known color: Electric Purple. HEX triplet: C0, 1B and EF. RGB value is (192,27,239). Sum of RGB (Red+Green+Blue) = 192+27+239=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 27 (10.94% from 255 or 5.90% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #C01BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01BEF is #3FE410. Grayscale: #636363. Windows color (decimal): -4187153 or 15670208. OLE color: 15670208.
HSL color Cylindrical-coordinate representation of color #C01BEF: hue angle of 286.7º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01BEF is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 27 | 239 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.06 |
| HSL | 286.7º | 0.87% | 0.52% | - |
| HSV(B) | 286.7º | 0.89% | 0.94% | - |
| XYZ | 37.71 | 18.22 | 83.19 | - |
| YUV | 100.5 | 206.16 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 239 | 0.20 | 0.89 | 0 | 0.06 | 286.7 | 0.87 | 0.52 |
| Hex | C0 | 1B | EF | 14 | 59 | 0 | 6 | 11F | 57 | 34 |
| Octal | 300 | 33 | 357 | 24 | 131 | 0 | 6 | 437 | 127 | 64 |
| Binary | 11000000 | 11011 | 11101111 | 10100 | 1011001 | 0 | 110 | 100011111 | 1010111 | 110100 |
Color Harmonies of #C01BEF
Complementary color
Monochromatic Colors of #C01BEF
Black with #C01BEF
Text Example
Text Example
White with #C01BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01BEF; }
p { color: rgb(192,27,239); }
H1.HeaderClassName
{
color: #C01BEF;
}
.AnyTagClassName
{
color: #C01BEF;
}
</style>
background-color css
<style>
a { background-color: #C01BEF; }
a { background-color: rgb(192,27,239); }
div.DivClassName
{
background-color: #C01BEF;
}
.BgClassName
{
background-color: #C01BEF;
}
</style>
border-color css
<style>
span { border-color: #C01BEF; }
span { border-color: rgb(192,27,239); }
td.TdClassName
{
border-color: #C01BEF;
}
.TagClassName
{
border-color: #C01BEF;
}
</style>