Shades of Electric Purple #C10EFB
Tints of Electric Purple #C10EFB
RGB
CMYK
RGB Variations
Color information
#C10EFB (or 0xC10EFB) is known color: Electric Purple. HEX triplet: C1, 0E and FB. RGB value is (193,14,251). Sum of RGB (Red+Green+Blue) = 193+14+251=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 14 (5.86% from 255 or 3.06% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #C10EFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10EFB is #3EF104. Grayscale: #5D5D5D. Windows color (decimal): -4124933 or 16453313. OLE color: 16453313.
HSL color Cylindrical-coordinate representation of color #C10EFB: hue angle of 285.32º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10EFB is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 14 | 251 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.02 |
| HSL | 285.32º | 0.97% | 0.52% | - |
| HSV(B) | 285.32º | 0.94% | 0.98% | - |
| XYZ | 39.56 | 18.62 | 92.78 | - |
| YUV | 94.54 | 216.3 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 251 | 0.23 | 0.94 | 0 | 0.02 | 285.32 | 0.97 | 0.52 |
| Hex | C1 | E | FB | 17 | 5E | 0 | 2 | 11D | 61 | 34 |
| Octal | 301 | 16 | 373 | 27 | 136 | 0 | 2 | 435 | 141 | 64 |
| Binary | 11000001 | 1110 | 11111011 | 10111 | 1011110 | 0 | 10 | 100011101 | 1100001 | 110100 |
Color Harmonies of #C10EFB
Complementary color
Monochromatic Colors of #C10EFB
Black with #C10EFB
Text Example
Text Example
White with #C10EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10EFB; }
p { color: rgb(193,14,251); }
H1.HeaderClassName
{
color: #C10EFB;
}
.AnyTagClassName
{
color: #C10EFB;
}
</style>
background-color css
<style>
a { background-color: #C10EFB; }
a { background-color: rgb(193,14,251); }
div.DivClassName
{
background-color: #C10EFB;
}
.BgClassName
{
background-color: #C10EFB;
}
</style>
border-color css
<style>
span { border-color: #C10EFB; }
span { border-color: rgb(193,14,251); }
td.TdClassName
{
border-color: #C10EFB;
}
.TagClassName
{
border-color: #C10EFB;
}
</style>