Shades of Electric Purple #C011EF
Tints of Electric Purple #C011EF
RGB
CMYK
RGB Variations
Color information
#C011EF (or 0xC011EF) is known color: Electric Purple. HEX triplet: C0, 11 and EF. RGB value is (192,17,239). Sum of RGB (Red+Green+Blue) = 192+17+239=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 17 (7.03% from 255 or 3.79% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #C011EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C011EF is #3FEE10. Grayscale: #5D5D5D. Windows color (decimal): -4189713 or 15667648. OLE color: 15667648.
HSL color Cylindrical-coordinate representation of color #C011EF: hue angle of 287.3º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C011EF is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 17 | 239 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.06 |
| HSL | 287.3º | 0.87% | 0.5% | - |
| HSV(B) | 287.3º | 0.93% | 0.94% | - |
| XYZ | 37.52 | 17.84 | 83.13 | - |
| YUV | 94.63 | 209.48 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 239 | 0.20 | 0.93 | 0 | 0.06 | 287.3 | 0.87 | 0.5 |
| Hex | C0 | 11 | EF | 14 | 5D | 0 | 6 | 11F | 57 | 32 |
| Octal | 300 | 21 | 357 | 24 | 135 | 0 | 6 | 437 | 127 | 62 |
| Binary | 11000000 | 10001 | 11101111 | 10100 | 1011101 | 0 | 110 | 100011111 | 1010111 | 110010 |
Color Harmonies of #C011EF
Complementary color
Monochromatic Colors of #C011EF
Black with #C011EF
Text Example
Text Example
White with #C011EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C011EF; }
p { color: rgb(192,17,239); }
H1.HeaderClassName
{
color: #C011EF;
}
.AnyTagClassName
{
color: #C011EF;
}
</style>
background-color css
<style>
a { background-color: #C011EF; }
a { background-color: rgb(192,17,239); }
div.DivClassName
{
background-color: #C011EF;
}
.BgClassName
{
background-color: #C011EF;
}
</style>
border-color css
<style>
span { border-color: #C011EF; }
span { border-color: rgb(192,17,239); }
td.TdClassName
{
border-color: #C011EF;
}
.TagClassName
{
border-color: #C011EF;
}
</style>