Shades of Electric Purple #C120EE
Tints of Electric Purple #C120EE
RGB
CMYK
RGB Variations
Color information
#C120EE (or 0xC120EE) is known color: Electric Purple. HEX triplet: C1, 20 and EE. RGB value is (193,32,238). Sum of RGB (Red+Green+Blue) = 193+32+238=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 32 (12.89% from 255 or 6.91% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #C120EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C120EE is #3EDF11. Grayscale: #666666. Windows color (decimal): -4120338 or 15605953. OLE color: 15605953.
HSL color Cylindrical-coordinate representation of color #C120EE: hue angle of 286.89º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C120EE is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 32 | 238 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.07 |
| HSL | 286.89º | 0.86% | 0.53% | - |
| HSV(B) | 286.89º | 0.87% | 0.93% | - |
| XYZ | 37.94 | 18.54 | 82.47 | - |
| YUV | 103.62 | 203.84 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 238 | 0.19 | 0.87 | 0 | 0.07 | 286.89 | 0.86 | 0.53 |
| Hex | C1 | 20 | EE | 13 | 57 | 0 | 7 | 11F | 56 | 35 |
| Octal | 301 | 40 | 356 | 23 | 127 | 0 | 7 | 437 | 126 | 65 |
| Binary | 11000001 | 100000 | 11101110 | 10011 | 1010111 | 0 | 111 | 100011111 | 1010110 | 110101 |
Color Harmonies of #C120EE
Complementary color
Monochromatic Colors of #C120EE
Black with #C120EE
Text Example
Text Example
White with #C120EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C120EE; }
p { color: rgb(193,32,238); }
H1.HeaderClassName
{
color: #C120EE;
}
.AnyTagClassName
{
color: #C120EE;
}
</style>
background-color css
<style>
a { background-color: #C120EE; }
a { background-color: rgb(193,32,238); }
div.DivClassName
{
background-color: #C120EE;
}
.BgClassName
{
background-color: #C120EE;
}
</style>
border-color css
<style>
span { border-color: #C120EE; }
span { border-color: rgb(193,32,238); }
td.TdClassName
{
border-color: #C120EE;
}
.TagClassName
{
border-color: #C120EE;
}
</style>