Shades of Electric Purple #C41EFE
Tints of Electric Purple #C41EFE
RGB
CMYK
RGB Variations
Color information
#C41EFE (or 0xC41EFE) is known color: Electric Purple. HEX triplet: C4, 1E and FE. RGB value is (196,30,254). Sum of RGB (Red+Green+Blue) = 196+30+254=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 30 (12.11% from 255 or 6.25% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #C41EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41EFE is #3BE101. Grayscale: #686868. Windows color (decimal): -3924226 or 16654020. OLE color: 16654020.
HSL color Cylindrical-coordinate representation of color #C41EFE: hue angle of 284.46º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41EFE is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 30 | 254 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.00 |
| HSL | 284.46º | 0.99% | 0.56% | - |
| HSV(B) | 284.46º | 0.88% | 1% | - |
| XYZ | 41.12 | 19.82 | 95.42 | - |
| YUV | 105.17 | 212 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 254 | 0.23 | 0.88 | 0 | 0.00 | 284.46 | 0.99 | 0.56 |
| Hex | C4 | 1E | FE | 17 | 58 | 0 | 0 | 11C | 63 | 38 |
| Octal | 304 | 36 | 376 | 27 | 130 | 0 | 0 | 434 | 143 | 70 |
| Binary | 11000100 | 11110 | 11111110 | 10111 | 1011000 | 0 | 0 | 100011100 | 1100011 | 111000 |
Color Harmonies of #C41EFE
Complementary color
Monochromatic Colors of #C41EFE
Black with #C41EFE
Text Example
Text Example
White with #C41EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41EFE; }
p { color: rgb(196,30,254); }
H1.HeaderClassName
{
color: #C41EFE;
}
.AnyTagClassName
{
color: #C41EFE;
}
</style>
background-color css
<style>
a { background-color: #C41EFE; }
a { background-color: rgb(196,30,254); }
div.DivClassName
{
background-color: #C41EFE;
}
.BgClassName
{
background-color: #C41EFE;
}
</style>
border-color css
<style>
span { border-color: #C41EFE; }
span { border-color: rgb(196,30,254); }
td.TdClassName
{
border-color: #C41EFE;
}
.TagClassName
{
border-color: #C41EFE;
}
</style>