Shades of Electric Purple #C11DFB
Tints of Electric Purple #C11DFB
RGB
CMYK
RGB Variations
Color information
#C11DFB (or 0xC11DFB) is known color: Electric Purple. HEX triplet: C1, 1D and FB. RGB value is (193,29,251). Sum of RGB (Red+Green+Blue) = 193+29+251=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 29 (11.72% from 255 or 6.13% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #C11DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11DFB is #3EE204. Grayscale: #666666. Windows color (decimal): -4121093 or 16457153. OLE color: 16457153.
HSL color Cylindrical-coordinate representation of color #C11DFB: hue angle of 284.32º 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 #C11DFB is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 29 | 251 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.02 |
| HSL | 284.32º | 0.97% | 0.55% | - |
| HSV(B) | 284.32º | 0.88% | 0.98% | - |
| XYZ | 39.84 | 19.18 | 92.87 | - |
| YUV | 103.34 | 211.33 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 251 | 0.23 | 0.88 | 0 | 0.02 | 284.32 | 0.97 | 0.55 |
| Hex | C1 | 1D | FB | 17 | 58 | 0 | 2 | 11C | 61 | 37 |
| Octal | 301 | 35 | 373 | 27 | 130 | 0 | 2 | 434 | 141 | 67 |
| Binary | 11000001 | 11101 | 11111011 | 10111 | 1011000 | 0 | 10 | 100011100 | 1100001 | 110111 |
Color Harmonies of #C11DFB
Complementary color
Monochromatic Colors of #C11DFB
Black with #C11DFB
Text Example
Text Example
White with #C11DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11DFB; }
p { color: rgb(193,29,251); }
H1.HeaderClassName
{
color: #C11DFB;
}
.AnyTagClassName
{
color: #C11DFB;
}
</style>
background-color css
<style>
a { background-color: #C11DFB; }
a { background-color: rgb(193,29,251); }
div.DivClassName
{
background-color: #C11DFB;
}
.BgClassName
{
background-color: #C11DFB;
}
</style>
border-color css
<style>
span { border-color: #C11DFB; }
span { border-color: rgb(193,29,251); }
td.TdClassName
{
border-color: #C11DFB;
}
.TagClassName
{
border-color: #C11DFB;
}
</style>