Shades of Electric Purple #C113EE
Tints of Electric Purple #C113EE
RGB
CMYK
RGB Variations
Color information
#C113EE (or 0xC113EE) is known color: Electric Purple. HEX triplet: C1, 13 and EE. RGB value is (193,19,238). Sum of RGB (Red+Green+Blue) = 193+19+238=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 19 (7.81% from 255 or 4.22% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #C113EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C113EE is #3EEC11. Grayscale: #5F5F5F. Windows color (decimal): -4123666 or 15602625. OLE color: 15602625.
HSL color Cylindrical-coordinate representation of color #C113EE: hue angle of 287.67º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C113EE is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 19 | 238 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.07 |
| HSL | 287.67º | 0.87% | 0.5% | - |
| HSV(B) | 287.67º | 0.92% | 0.93% | - |
| XYZ | 37.66 | 17.98 | 82.37 | - |
| YUV | 95.99 | 208.15 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 238 | 0.19 | 0.92 | 0 | 0.07 | 287.67 | 0.87 | 0.5 |
| Hex | C1 | 13 | EE | 13 | 5C | 0 | 7 | 120 | 57 | 32 |
| Octal | 301 | 23 | 356 | 23 | 134 | 0 | 7 | 440 | 127 | 62 |
| Binary | 11000001 | 10011 | 11101110 | 10011 | 1011100 | 0 | 111 | 100100000 | 1010111 | 110010 |
Color Harmonies of #C113EE
Complementary color
Monochromatic Colors of #C113EE
Black with #C113EE
Text Example
Text Example
White with #C113EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C113EE; }
p { color: rgb(193,19,238); }
H1.HeaderClassName
{
color: #C113EE;
}
.AnyTagClassName
{
color: #C113EE;
}
</style>
background-color css
<style>
a { background-color: #C113EE; }
a { background-color: rgb(193,19,238); }
div.DivClassName
{
background-color: #C113EE;
}
.BgClassName
{
background-color: #C113EE;
}
</style>
border-color css
<style>
span { border-color: #C113EE; }
span { border-color: rgb(193,19,238); }
td.TdClassName
{
border-color: #C113EE;
}
.TagClassName
{
border-color: #C113EE;
}
</style>