Shades of Electric Purple #C11AEE
Tints of Electric Purple #C11AEE
RGB
CMYK
RGB Variations
Color information
#C11AEE (or 0xC11AEE) is known color: Electric Purple. HEX triplet: C1, 1A and EE. RGB value is (193,26,238). Sum of RGB (Red+Green+Blue) = 193+26+238=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 26 (10.55% from 255 or 5.69% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #C11AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11AEE is #3EE511. Grayscale: #636363. Windows color (decimal): -4121874 or 15604417. OLE color: 15604417.
HSL color Cylindrical-coordinate representation of color #C11AEE: hue angle of 287.26º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11AEE is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 26 | 238 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.07 |
| HSL | 287.26º | 0.86% | 0.52% | - |
| HSV(B) | 287.26º | 0.89% | 0.93% | - |
| XYZ | 37.79 | 18.25 | 82.42 | - |
| YUV | 100.1 | 205.83 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 26 | 238 | 0.19 | 0.89 | 0 | 0.07 | 287.26 | 0.86 | 0.52 |
| Hex | C1 | 1A | EE | 13 | 59 | 0 | 7 | 11F | 56 | 34 |
| Octal | 301 | 32 | 356 | 23 | 131 | 0 | 7 | 437 | 126 | 64 |
| Binary | 11000001 | 11010 | 11101110 | 10011 | 1011001 | 0 | 111 | 100011111 | 1010110 | 110100 |
Color Harmonies of #C11AEE
Complementary color
Monochromatic Colors of #C11AEE
Black with #C11AEE
Text Example
Text Example
White with #C11AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11AEE; }
p { color: rgb(193,26,238); }
H1.HeaderClassName
{
color: #C11AEE;
}
.AnyTagClassName
{
color: #C11AEE;
}
</style>
background-color css
<style>
a { background-color: #C11AEE; }
a { background-color: rgb(193,26,238); }
div.DivClassName
{
background-color: #C11AEE;
}
.BgClassName
{
background-color: #C11AEE;
}
</style>
border-color css
<style>
span { border-color: #C11AEE; }
span { border-color: rgb(193,26,238); }
td.TdClassName
{
border-color: #C11AEE;
}
.TagClassName
{
border-color: #C11AEE;
}
</style>