Shades of Electric Purple #C11CED
Tints of Electric Purple #C11CED
RGB
CMYK
RGB Variations
Color information
#C11CED (or 0xC11CED) is known color: Electric Purple. HEX triplet: C1, 1C and ED. RGB value is (193,28,237). Sum of RGB (Red+Green+Blue) = 193+28+237=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 28 (11.33% from 255 or 6.11% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #C11CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11CED is #3EE312. Grayscale: #646464. Windows color (decimal): -4121363 or 15539393. OLE color: 15539393.
HSL color Cylindrical-coordinate representation of color #C11CED: hue angle of 287.37º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11CED is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 28 | 237 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.07 |
| HSL | 287.37º | 0.85% | 0.52% | - |
| HSV(B) | 287.37º | 0.88% | 0.93% | - |
| XYZ | 37.69 | 18.28 | 81.66 | - |
| YUV | 101.16 | 204.66 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 28 | 237 | 0.19 | 0.88 | 0 | 0.07 | 287.37 | 0.85 | 0.52 |
| Hex | C1 | 1C | ED | 13 | 58 | 0 | 7 | 11F | 55 | 34 |
| Octal | 301 | 34 | 355 | 23 | 130 | 0 | 7 | 437 | 125 | 64 |
| Binary | 11000001 | 11100 | 11101101 | 10011 | 1011000 | 0 | 111 | 100011111 | 1010101 | 110100 |
Color Harmonies of #C11CED
Complementary color
Monochromatic Colors of #C11CED
Black with #C11CED
Text Example
Text Example
White with #C11CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11CED; }
p { color: rgb(193,28,237); }
H1.HeaderClassName
{
color: #C11CED;
}
.AnyTagClassName
{
color: #C11CED;
}
</style>
background-color css
<style>
a { background-color: #C11CED; }
a { background-color: rgb(193,28,237); }
div.DivClassName
{
background-color: #C11CED;
}
.BgClassName
{
background-color: #C11CED;
}
</style>
border-color css
<style>
span { border-color: #C11CED; }
span { border-color: rgb(193,28,237); }
td.TdClassName
{
border-color: #C11CED;
}
.TagClassName
{
border-color: #C11CED;
}
</style>