Shades of Electric Purple #C11FF2
Tints of Electric Purple #C11FF2
RGB
CMYK
RGB Variations
Color information
#C11FF2 (or 0xC11FF2) is known color: Electric Purple. HEX triplet: C1, 1F and F2. RGB value is (193,31,242). Sum of RGB (Red+Green+Blue) = 193+31+242=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 31 (12.5% from 255 or 6.65% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #C11FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11FF2 is #3EE00D. Grayscale: #666666. Windows color (decimal): -4120590 or 15867841. OLE color: 15867841.
HSL color Cylindrical-coordinate representation of color #C11FF2: hue angle of 286.07º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11FF2 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 31 | 242 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.05 |
| HSL | 286.07º | 0.89% | 0.54% | - |
| HSV(B) | 286.07º | 0.87% | 0.95% | - |
| XYZ | 38.51 | 18.73 | 85.59 | - |
| YUV | 103.49 | 206.17 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 31 | 242 | 0.20 | 0.87 | 0 | 0.05 | 286.07 | 0.89 | 0.54 |
| Hex | C1 | 1F | F2 | 14 | 57 | 0 | 5 | 11E | 59 | 36 |
| Octal | 301 | 37 | 362 | 24 | 127 | 0 | 5 | 436 | 131 | 66 |
| Binary | 11000001 | 11111 | 11110010 | 10100 | 1010111 | 0 | 101 | 100011110 | 1011001 | 110110 |
Color Harmonies of #C11FF2
Complementary color
Monochromatic Colors of #C11FF2
Black with #C11FF2
Text Example
Text Example
White with #C11FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11FF2; }
p { color: rgb(193,31,242); }
H1.HeaderClassName
{
color: #C11FF2;
}
.AnyTagClassName
{
color: #C11FF2;
}
</style>
background-color css
<style>
a { background-color: #C11FF2; }
a { background-color: rgb(193,31,242); }
div.DivClassName
{
background-color: #C11FF2;
}
.BgClassName
{
background-color: #C11FF2;
}
</style>
border-color css
<style>
span { border-color: #C11FF2; }
span { border-color: rgb(193,31,242); }
td.TdClassName
{
border-color: #C11FF2;
}
.TagClassName
{
border-color: #C11FF2;
}
</style>