Shades of Electric Purple #C104EF
Tints of Electric Purple #C104EF
RGB
CMYK
RGB Variations
Color information
#C104EF (or 0xC104EF) is known color: Electric Purple. HEX triplet: C1, 04 and EF. RGB value is (193,4,239). Sum of RGB (Red+Green+Blue) = 193+4+239=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 4 (1.95% from 255 or 0.92% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #C104EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C104EF is #3EFB10. Grayscale: #565656. Windows color (decimal): -4127505 or 15664321. OLE color: 15664321.
HSL color Cylindrical-coordinate representation of color #C104EF: hue angle of 288.26º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C104EF is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 4 | 239 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.06 |
| HSL | 288.26º | 0.97% | 0.48% | - |
| HSV(B) | 288.26º | 0.98% | 0.94% | - |
| XYZ | 37.62 | 17.66 | 83.09 | - |
| YUV | 87.3 | 213.62 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 239 | 0.19 | 0.98 | 0 | 0.06 | 288.26 | 0.97 | 0.48 |
| Hex | C1 | 4 | EF | 13 | 62 | 0 | 6 | 120 | 61 | 30 |
| Octal | 301 | 4 | 357 | 23 | 142 | 0 | 6 | 440 | 141 | 60 |
| Binary | 11000001 | 100 | 11101111 | 10011 | 1100010 | 0 | 110 | 100100000 | 1100001 | 110000 |
Color Harmonies of #C104EF
Complementary color
Monochromatic Colors of #C104EF
Black with #C104EF
Text Example
Text Example
White with #C104EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C104EF; }
p { color: rgb(193,4,239); }
H1.HeaderClassName
{
color: #C104EF;
}
.AnyTagClassName
{
color: #C104EF;
}
</style>
background-color css
<style>
a { background-color: #C104EF; }
a { background-color: rgb(193,4,239); }
div.DivClassName
{
background-color: #C104EF;
}
.BgClassName
{
background-color: #C104EF;
}
</style>
border-color css
<style>
span { border-color: #C104EF; }
span { border-color: rgb(193,4,239); }
td.TdClassName
{
border-color: #C104EF;
}
.TagClassName
{
border-color: #C104EF;
}
</style>