Shades of Electric Purple #C11CEE
Tints of Electric Purple #C11CEE
RGB
CMYK
RGB Variations
Color information
#C11CEE (or 0xC11CEE) is known color: Electric Purple. HEX triplet: C1, 1C and EE. RGB value is (193,28,238). Sum of RGB (Red+Green+Blue) = 193+28+238=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #C11CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11CEE is #3EE311. Grayscale: #646464. Windows color (decimal): -4121362 or 15604929. OLE color: 15604929.
HSL color Cylindrical-coordinate representation of color #C11CEE: hue angle of 287.14º degrees, saturation: 0.86, 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 #C11CEE is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 28 | 238 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.07 |
| HSL | 287.14º | 0.86% | 0.52% | - |
| HSV(B) | 287.14º | 0.88% | 0.93% | - |
| XYZ | 37.84 | 18.34 | 82.43 | - |
| YUV | 101.28 | 205.16 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 28 | 238 | 0.19 | 0.88 | 0 | 0.07 | 287.14 | 0.86 | 0.52 |
| Hex | C1 | 1C | EE | 13 | 58 | 0 | 7 | 11F | 56 | 34 |
| Octal | 301 | 34 | 356 | 23 | 130 | 0 | 7 | 437 | 126 | 64 |
| Binary | 11000001 | 11100 | 11101110 | 10011 | 1011000 | 0 | 111 | 100011111 | 1010110 | 110100 |
Color Harmonies of #C11CEE
Complementary color
Monochromatic Colors of #C11CEE
Black with #C11CEE
Text Example
Text Example
White with #C11CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11CEE; }
p { color: rgb(193,28,238); }
H1.HeaderClassName
{
color: #C11CEE;
}
.AnyTagClassName
{
color: #C11CEE;
}
</style>
background-color css
<style>
a { background-color: #C11CEE; }
a { background-color: rgb(193,28,238); }
div.DivClassName
{
background-color: #C11CEE;
}
.BgClassName
{
background-color: #C11CEE;
}
</style>
border-color css
<style>
span { border-color: #C11CEE; }
span { border-color: rgb(193,28,238); }
td.TdClassName
{
border-color: #C11CEE;
}
.TagClassName
{
border-color: #C11CEE;
}
</style>