Shades of Electric Purple #C111FF
Tints of Electric Purple #C111FF
RGB
CMYK
RGB Variations
Color information
#C111FF (or 0xC111FF) is known color: Electric Purple. HEX triplet: C1, 11 and FF. RGB value is (193,17,255). Sum of RGB (Red+Green+Blue) = 193+17+255=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 17 (7.03% from 255 or 3.66% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #C111FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C111FF is #3EEE00. Grayscale: #5F5F5F. Windows color (decimal): -4124161 or 16716225. OLE color: 16716225.
HSL color Cylindrical-coordinate representation of color #C111FF: hue angle of 284.37º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C111FF is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 17 | 255 | - |
| CMYK | 0.24 | 0.93 | 0 | 0 |
| HSL | 284.37º | 1% | 0.53% | - |
| HSV(B) | 284.37º | 0.93% | 1% | - |
| XYZ | 40.24 | 18.96 | 96.15 | - |
| YUV | 96.76 | 217.31 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 255 | 0.24 | 0.93 | 0 | 0 | 284.37 | 1 | 0.53 |
| Hex | C1 | 11 | FF | 18 | 5D | 0 | 0 | 11C | 64 | 35 |
| Octal | 301 | 21 | 377 | 30 | 135 | 0 | 0 | 434 | 144 | 65 |
| Binary | 11000001 | 10001 | 11111111 | 11000 | 1011101 | 0 | 0 | 100011100 | 1100100 | 110101 |
Color Harmonies of #C111FF
Complementary color
Monochromatic Colors of #C111FF
Black with #C111FF
Text Example
Text Example
White with #C111FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C111FF; }
p { color: rgb(193,17,255); }
H1.HeaderClassName
{
color: #C111FF;
}
.AnyTagClassName
{
color: #C111FF;
}
</style>
background-color css
<style>
a { background-color: #C111FF; }
a { background-color: rgb(193,17,255); }
div.DivClassName
{
background-color: #C111FF;
}
.BgClassName
{
background-color: #C111FF;
}
</style>
border-color css
<style>
span { border-color: #C111FF; }
span { border-color: rgb(193,17,255); }
td.TdClassName
{
border-color: #C111FF;
}
.TagClassName
{
border-color: #C111FF;
}
</style>