Shades of Electric Purple #C404FE
Tints of Electric Purple #C404FE
RGB
CMYK
RGB Variations
Color information
#C404FE (or 0xC404FE) is known color: Electric Purple. HEX triplet: C4, 04 and FE. RGB value is (196,4,254). Sum of RGB (Red+Green+Blue) = 196+4+254=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 4 (1.95% from 255 or 0.88% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #C404FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C404FE is #3BFB01. Grayscale: #595959. Windows color (decimal): -3930882 or 16647364. OLE color: 16647364.
HSL color Cylindrical-coordinate representation of color #C404FE: hue angle of 286.08º 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 #C404FE is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 4 | 254 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.00 |
| HSL | 286.08º | 0.99% | 0.51% | - |
| HSV(B) | 286.08º | 0.98% | 1% | - |
| XYZ | 40.7 | 18.98 | 95.28 | - |
| YUV | 89.91 | 220.61 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 4 | 254 | 0.23 | 0.98 | 0 | 0.00 | 286.08 | 0.99 | 0.51 |
| Hex | C4 | 4 | FE | 17 | 62 | 0 | 0 | 11E | 63 | 33 |
| Octal | 304 | 4 | 376 | 27 | 142 | 0 | 0 | 436 | 143 | 63 |
| Binary | 11000100 | 100 | 11111110 | 10111 | 1100010 | 0 | 0 | 100011110 | 1100011 | 110011 |
Color Harmonies of #C404FE
Complementary color
Monochromatic Colors of #C404FE
Black with #C404FE
Text Example
Text Example
White with #C404FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C404FE; }
p { color: rgb(196,4,254); }
H1.HeaderClassName
{
color: #C404FE;
}
.AnyTagClassName
{
color: #C404FE;
}
</style>
background-color css
<style>
a { background-color: #C404FE; }
a { background-color: rgb(196,4,254); }
div.DivClassName
{
background-color: #C404FE;
}
.BgClassName
{
background-color: #C404FE;
}
</style>
border-color css
<style>
span { border-color: #C404FE; }
span { border-color: rgb(196,4,254); }
td.TdClassName
{
border-color: #C404FE;
}
.TagClassName
{
border-color: #C404FE;
}
</style>