Shades of Electric Purple #C11EFB
Tints of Electric Purple #C11EFB
RGB
CMYK
RGB Variations
Color information
#C11EFB (or 0xC11EFB) is known color: Electric Purple. HEX triplet: C1, 1E and FB. RGB value is (193,30,251). Sum of RGB (Red+Green+Blue) = 193+30+251=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 30 (12.11% from 255 or 6.33% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #C11EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11EFB is #3EE104. Grayscale: #676767. Windows color (decimal): -4120837 or 16457409. OLE color: 16457409.
HSL color Cylindrical-coordinate representation of color #C11EFB: hue angle of 284.25º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11EFB is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 30 | 251 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.02 |
| HSL | 284.25º | 0.97% | 0.55% | - |
| HSV(B) | 284.25º | 0.88% | 0.98% | - |
| XYZ | 39.87 | 19.23 | 92.88 | - |
| YUV | 103.93 | 211 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 251 | 0.23 | 0.88 | 0 | 0.02 | 284.25 | 0.97 | 0.55 |
| Hex | C1 | 1E | FB | 17 | 58 | 0 | 2 | 11C | 61 | 37 |
| Octal | 301 | 36 | 373 | 27 | 130 | 0 | 2 | 434 | 141 | 67 |
| Binary | 11000001 | 11110 | 11111011 | 10111 | 1011000 | 0 | 10 | 100011100 | 1100001 | 110111 |
Color Harmonies of #C11EFB
Complementary color
Monochromatic Colors of #C11EFB
Black with #C11EFB
Text Example
Text Example
White with #C11EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11EFB; }
p { color: rgb(193,30,251); }
H1.HeaderClassName
{
color: #C11EFB;
}
.AnyTagClassName
{
color: #C11EFB;
}
</style>
background-color css
<style>
a { background-color: #C11EFB; }
a { background-color: rgb(193,30,251); }
div.DivClassName
{
background-color: #C11EFB;
}
.BgClassName
{
background-color: #C11EFB;
}
</style>
border-color css
<style>
span { border-color: #C11EFB; }
span { border-color: rgb(193,30,251); }
td.TdClassName
{
border-color: #C11EFB;
}
.TagClassName
{
border-color: #C11EFB;
}
</style>