Shades of Electric Purple #C104FE
Tints of Electric Purple #C104FE
RGB
CMYK
RGB Variations
Color information
#C104FE (or 0xC104FE) is known color: Electric Purple. HEX triplet: C1, 04 and FE. RGB value is (193,4,254). Sum of RGB (Red+Green+Blue) = 193+4+254=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 4 (1.95% from 255 or 0.89% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #C104FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C104FE is #3EFB01. Grayscale: #585858. Windows color (decimal): -4127490 or 16647361. OLE color: 16647361.
HSL color Cylindrical-coordinate representation of color #C104FE: hue angle of 285.36º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C104FE is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 4 | 254 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.00 |
| HSL | 285.36º | 0.99% | 0.51% | - |
| HSV(B) | 285.36º | 0.98% | 1% | - |
| XYZ | 39.93 | 18.58 | 95.25 | - |
| YUV | 89.01 | 221.12 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 254 | 0.24 | 0.98 | 0 | 0.00 | 285.36 | 0.99 | 0.51 |
| Hex | C1 | 4 | FE | 18 | 62 | 0 | 0 | 11D | 63 | 33 |
| Octal | 301 | 4 | 376 | 30 | 142 | 0 | 0 | 435 | 143 | 63 |
| Binary | 11000001 | 100 | 11111110 | 11000 | 1100010 | 0 | 0 | 100011101 | 1100011 | 110011 |
Color Harmonies of #C104FE
Complementary color
Monochromatic Colors of #C104FE
Black with #C104FE
Text Example
Text Example
White with #C104FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C104FE; }
p { color: rgb(193,4,254); }
H1.HeaderClassName
{
color: #C104FE;
}
.AnyTagClassName
{
color: #C104FE;
}
</style>
background-color css
<style>
a { background-color: #C104FE; }
a { background-color: rgb(193,4,254); }
div.DivClassName
{
background-color: #C104FE;
}
.BgClassName
{
background-color: #C104FE;
}
</style>
border-color css
<style>
span { border-color: #C104FE; }
span { border-color: rgb(193,4,254); }
td.TdClassName
{
border-color: #C104FE;
}
.TagClassName
{
border-color: #C104FE;
}
</style>