Shades of Electric Purple #C41DFF
Tints of Electric Purple #C41DFF
RGB
CMYK
RGB Variations
Color information
#C41DFF (or 0xC41DFF) is known color: Electric Purple. HEX triplet: C4, 1D and FF. RGB value is (196,29,255). Sum of RGB (Red+Green+Blue) = 196+29+255=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 29 (11.72% from 255 or 6.04% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #C41DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41DFF is #3BE200. Grayscale: #676767. Windows color (decimal): -3924481 or 16719300. OLE color: 16719300.
HSL color Cylindrical-coordinate representation of color #C41DFF: hue angle of 284.34º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41DFF is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 29 | 255 | - |
| CMYK | 0.23 | 0.89 | 0 | 0 |
| HSL | 284.34º | 1% | 0.56% | - |
| HSV(B) | 284.34º | 0.89% | 1% | - |
| XYZ | 41.25 | 19.83 | 96.26 | - |
| YUV | 104.7 | 212.83 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 255 | 0.23 | 0.89 | 0 | 0 | 284.34 | 1 | 0.56 |
| Hex | C4 | 1D | FF | 17 | 59 | 0 | 0 | 11C | 64 | 38 |
| Octal | 304 | 35 | 377 | 27 | 131 | 0 | 0 | 434 | 144 | 70 |
| Binary | 11000100 | 11101 | 11111111 | 10111 | 1011001 | 0 | 0 | 100011100 | 1100100 | 111000 |
Color Harmonies of #C41DFF
Complementary color
Monochromatic Colors of #C41DFF
Black with #C41DFF
Text Example
Text Example
White with #C41DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41DFF; }
p { color: rgb(196,29,255); }
H1.HeaderClassName
{
color: #C41DFF;
}
.AnyTagClassName
{
color: #C41DFF;
}
</style>
background-color css
<style>
a { background-color: #C41DFF; }
a { background-color: rgb(196,29,255); }
div.DivClassName
{
background-color: #C41DFF;
}
.BgClassName
{
background-color: #C41DFF;
}
</style>
border-color css
<style>
span { border-color: #C41DFF; }
span { border-color: rgb(196,29,255); }
td.TdClassName
{
border-color: #C41DFF;
}
.TagClassName
{
border-color: #C41DFF;
}
</style>