Shades of Electric Purple #C41DFE
Tints of Electric Purple #C41DFE
RGB
CMYK
RGB Variations
Color information
#C41DFE (or 0xC41DFE) is known color: Electric Purple. HEX triplet: C4, 1D and FE. RGB value is (196,29,254). Sum of RGB (Red+Green+Blue) = 196+29+254=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 29 (11.72% from 255 or 6.05% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #C41DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41DFE is #3BE201. Grayscale: #676767. Windows color (decimal): -3924482 or 16653764. OLE color: 16653764.
HSL color Cylindrical-coordinate representation of color #C41DFE: hue angle of 284.53º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41DFE is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 29 | 254 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.00 |
| HSL | 284.53º | 0.99% | 0.55% | - |
| HSV(B) | 284.53º | 0.89% | 1% | - |
| XYZ | 41.09 | 19.77 | 95.42 | - |
| YUV | 104.58 | 212.33 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 254 | 0.23 | 0.89 | 0 | 0.00 | 284.53 | 0.99 | 0.55 |
| Hex | C4 | 1D | FE | 17 | 59 | 0 | 0 | 11D | 63 | 37 |
| Octal | 304 | 35 | 376 | 27 | 131 | 0 | 0 | 435 | 143 | 67 |
| Binary | 11000100 | 11101 | 11111110 | 10111 | 1011001 | 0 | 0 | 100011101 | 1100011 | 110111 |
Color Harmonies of #C41DFE
Complementary color
Monochromatic Colors of #C41DFE
Black with #C41DFE
Text Example
Text Example
White with #C41DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41DFE; }
p { color: rgb(196,29,254); }
H1.HeaderClassName
{
color: #C41DFE;
}
.AnyTagClassName
{
color: #C41DFE;
}
</style>
background-color css
<style>
a { background-color: #C41DFE; }
a { background-color: rgb(196,29,254); }
div.DivClassName
{
background-color: #C41DFE;
}
.BgClassName
{
background-color: #C41DFE;
}
</style>
border-color css
<style>
span { border-color: #C41DFE; }
span { border-color: rgb(196,29,254); }
td.TdClassName
{
border-color: #C41DFE;
}
.TagClassName
{
border-color: #C41DFE;
}
</style>