Shades of Electric Purple #C104EE
Tints of Electric Purple #C104EE
RGB
CMYK
RGB Variations
Color information
#C104EE (or 0xC104EE) is known color: Electric Purple. HEX triplet: C1, 04 and EE. RGB value is (193,4,238). Sum of RGB (Red+Green+Blue) = 193+4+238=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 4 (1.95% from 255 or 0.92% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #C104EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C104EE is #3EFB11. Grayscale: #565656. Windows color (decimal): -4127506 or 15598785. OLE color: 15598785.
HSL color Cylindrical-coordinate representation of color #C104EE: hue angle of 288.46º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C104EE is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 4 | 238 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.07 |
| HSL | 288.46º | 0.97% | 0.47% | - |
| HSV(B) | 288.46º | 0.98% | 0.93% | - |
| XYZ | 37.47 | 17.6 | 82.31 | - |
| YUV | 87.19 | 213.12 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 238 | 0.19 | 0.98 | 0 | 0.07 | 288.46 | 0.97 | 0.47 |
| Hex | C1 | 4 | EE | 13 | 62 | 0 | 7 | 120 | 61 | 2F |
| Octal | 301 | 4 | 356 | 23 | 142 | 0 | 7 | 440 | 141 | 57 |
| Binary | 11000001 | 100 | 11101110 | 10011 | 1100010 | 0 | 111 | 100100000 | 1100001 | 101111 |
Color Harmonies of #C104EE
Complementary color
Monochromatic Colors of #C104EE
Black with #C104EE
Text Example
Text Example
White with #C104EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C104EE; }
p { color: rgb(193,4,238); }
H1.HeaderClassName
{
color: #C104EE;
}
.AnyTagClassName
{
color: #C104EE;
}
</style>
background-color css
<style>
a { background-color: #C104EE; }
a { background-color: rgb(193,4,238); }
div.DivClassName
{
background-color: #C104EE;
}
.BgClassName
{
background-color: #C104EE;
}
</style>
border-color css
<style>
span { border-color: #C104EE; }
span { border-color: rgb(193,4,238); }
td.TdClassName
{
border-color: #C104EE;
}
.TagClassName
{
border-color: #C104EE;
}
</style>