Shades of Electric Purple #C11AEF
Tints of Electric Purple #C11AEF
RGB
CMYK
RGB Variations
Color information
#C11AEF (or 0xC11AEF) is known color: Electric Purple. HEX triplet: C1, 1A and EF. RGB value is (193,26,239). Sum of RGB (Red+Green+Blue) = 193+26+239=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 26 (10.55% from 255 or 5.68% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #C11AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11AEF is #3EE510. Grayscale: #636363. Windows color (decimal): -4121873 or 15669953. OLE color: 15669953.
HSL color Cylindrical-coordinate representation of color #C11AEF: hue angle of 287.04º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11AEF is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 26 | 239 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.06 |
| HSL | 287.04º | 0.87% | 0.52% | - |
| HSV(B) | 287.04º | 0.89% | 0.94% | - |
| XYZ | 37.94 | 18.31 | 83.2 | - |
| YUV | 100.22 | 206.33 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 26 | 239 | 0.19 | 0.89 | 0 | 0.06 | 287.04 | 0.87 | 0.52 |
| Hex | C1 | 1A | EF | 13 | 59 | 0 | 6 | 11F | 57 | 34 |
| Octal | 301 | 32 | 357 | 23 | 131 | 0 | 6 | 437 | 127 | 64 |
| Binary | 11000001 | 11010 | 11101111 | 10011 | 1011001 | 0 | 110 | 100011111 | 1010111 | 110100 |
Color Harmonies of #C11AEF
Complementary color
Monochromatic Colors of #C11AEF
Black with #C11AEF
Text Example
Text Example
White with #C11AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11AEF; }
p { color: rgb(193,26,239); }
H1.HeaderClassName
{
color: #C11AEF;
}
.AnyTagClassName
{
color: #C11AEF;
}
</style>
background-color css
<style>
a { background-color: #C11AEF; }
a { background-color: rgb(193,26,239); }
div.DivClassName
{
background-color: #C11AEF;
}
.BgClassName
{
background-color: #C11AEF;
}
</style>
border-color css
<style>
span { border-color: #C11AEF; }
span { border-color: rgb(193,26,239); }
td.TdClassName
{
border-color: #C11AEF;
}
.TagClassName
{
border-color: #C11AEF;
}
</style>