Shades of Electric Purple #C111F0
Tints of Electric Purple #C111F0
RGB
CMYK
RGB Variations
Color information
#C111F0 (or 0xC111F0) is known color: Electric Purple. HEX triplet: C1, 11 and F0. RGB value is (193,17,240). Sum of RGB (Red+Green+Blue) = 193+17+240=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 17 (7.03% from 255 or 3.78% from 450); Blue value is 240 (94.14% from 255 or 53.33% from 450); Max value from RGB is 240 - color contains mainly: blue. Hex color #C111F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C111F0 is #3EEE0F. Grayscale: #5E5E5E. Windows color (decimal): -4124176 or 15733185. OLE color: 15733185.
HSL color Cylindrical-coordinate representation of color #C111F0: hue angle of 287.35º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C111F0 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 17 | 240 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.06 |
| HSL | 287.35º | 0.88% | 0.5% | - |
| HSV(B) | 287.35º | 0.93% | 0.94% | - |
| XYZ | 37.92 | 18.03 | 83.92 | - |
| YUV | 95.05 | 209.81 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 240 | 0.20 | 0.93 | 0 | 0.06 | 287.35 | 0.88 | 0.5 |
| Hex | C1 | 11 | F0 | 14 | 5D | 0 | 6 | 11F | 58 | 32 |
| Octal | 301 | 21 | 360 | 24 | 135 | 0 | 6 | 437 | 130 | 62 |
| Binary | 11000001 | 10001 | 11110000 | 10100 | 1011101 | 0 | 110 | 100011111 | 1011000 | 110010 |
Color Harmonies of #C111F0
Complementary color
Monochromatic Colors of #C111F0
Black with #C111F0
Text Example
Text Example
White with #C111F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C111F0; }
p { color: rgb(193,17,240); }
H1.HeaderClassName
{
color: #C111F0;
}
.AnyTagClassName
{
color: #C111F0;
}
</style>
background-color css
<style>
a { background-color: #C111F0; }
a { background-color: rgb(193,17,240); }
div.DivClassName
{
background-color: #C111F0;
}
.BgClassName
{
background-color: #C111F0;
}
</style>
border-color css
<style>
span { border-color: #C111F0; }
span { border-color: rgb(193,17,240); }
td.TdClassName
{
border-color: #C111F0;
}
.TagClassName
{
border-color: #C111F0;
}
</style>