Shades of Electric Purple #C104EC
Tints of Electric Purple #C104EC
RGB
CMYK
RGB Variations
Color information
#C104EC (or 0xC104EC) is known color: Electric Purple. HEX triplet: C1, 04 and EC. RGB value is (193,4,236). Sum of RGB (Red+Green+Blue) = 193+4+236=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 4 (1.95% from 255 or 0.92% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #C104EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C104EC is #3EFB13. Grayscale: #565656. Windows color (decimal): -4127508 or 15467713. OLE color: 15467713.
HSL color Cylindrical-coordinate representation of color #C104EC: hue angle of 288.88º 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 #C104EC is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 4 | 236 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.07 |
| HSL | 288.88º | 0.97% | 0.47% | - |
| HSV(B) | 288.88º | 0.98% | 0.93% | - |
| XYZ | 37.18 | 17.48 | 80.77 | - |
| YUV | 86.96 | 212.12 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 236 | 0.18 | 0.98 | 0 | 0.07 | 288.88 | 0.97 | 0.47 |
| Hex | C1 | 4 | EC | 12 | 62 | 0 | 7 | 121 | 61 | 2F |
| Octal | 301 | 4 | 354 | 22 | 142 | 0 | 7 | 441 | 141 | 57 |
| Binary | 11000001 | 100 | 11101100 | 10010 | 1100010 | 0 | 111 | 100100001 | 1100001 | 101111 |
Color Harmonies of #C104EC
Complementary color
Monochromatic Colors of #C104EC
Black with #C104EC
Text Example
Text Example
White with #C104EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C104EC; }
p { color: rgb(193,4,236); }
H1.HeaderClassName
{
color: #C104EC;
}
.AnyTagClassName
{
color: #C104EC;
}
</style>
background-color css
<style>
a { background-color: #C104EC; }
a { background-color: rgb(193,4,236); }
div.DivClassName
{
background-color: #C104EC;
}
.BgClassName
{
background-color: #C104EC;
}
</style>
border-color css
<style>
span { border-color: #C104EC; }
span { border-color: rgb(193,4,236); }
td.TdClassName
{
border-color: #C104EC;
}
.TagClassName
{
border-color: #C104EC;
}
</style>