Shades of Electric Purple #C11AFF
Tints of Electric Purple #C11AFF
RGB
CMYK
RGB Variations
Color information
#C11AFF (or 0xC11AFF) is known color: Electric Purple. HEX triplet: C1, 1A and FF. RGB value is (193,26,255). Sum of RGB (Red+Green+Blue) = 193+26+255=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 26 (10.55% from 255 or 5.49% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #C11AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11AFF is #3EE500. Grayscale: #656565. Windows color (decimal): -4121857 or 16718529. OLE color: 16718529.
HSL color Cylindrical-coordinate representation of color #C11AFF: hue angle of 283.76º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11AFF is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 26 | 255 | - |
| CMYK | 0.24 | 0.90 | 0 | 0 |
| HSL | 283.76º | 1% | 0.55% | - |
| HSV(B) | 283.76º | 0.9% | 1% | - |
| XYZ | 40.41 | 19.3 | 96.2 | - |
| YUV | 102.04 | 214.33 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 26 | 255 | 0.24 | 0.90 | 0 | 0 | 283.76 | 1 | 0.55 |
| Hex | C1 | 1A | FF | 18 | 5A | 0 | 0 | 11C | 64 | 37 |
| Octal | 301 | 32 | 377 | 30 | 132 | 0 | 0 | 434 | 144 | 67 |
| Binary | 11000001 | 11010 | 11111111 | 11000 | 1011010 | 0 | 0 | 100011100 | 1100100 | 110111 |
Color Harmonies of #C11AFF
Complementary color
Monochromatic Colors of #C11AFF
Black with #C11AFF
Text Example
Text Example
White with #C11AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11AFF; }
p { color: rgb(193,26,255); }
H1.HeaderClassName
{
color: #C11AFF;
}
.AnyTagClassName
{
color: #C11AFF;
}
</style>
background-color css
<style>
a { background-color: #C11AFF; }
a { background-color: rgb(193,26,255); }
div.DivClassName
{
background-color: #C11AFF;
}
.BgClassName
{
background-color: #C11AFF;
}
</style>
border-color css
<style>
span { border-color: #C11AFF; }
span { border-color: rgb(193,26,255); }
td.TdClassName
{
border-color: #C11AFF;
}
.TagClassName
{
border-color: #C11AFF;
}
</style>