Shades of Electric Purple #C41FFF
Tints of Electric Purple #C41FFF
RGB
CMYK
RGB Variations
Color information
#C41FFF (or 0xC41FFF) is known color: Electric Purple. HEX triplet: C4, 1F and FF. RGB value is (196,31,255). Sum of RGB (Red+Green+Blue) = 196+31+255=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 31 (12.5% from 255 or 6.43% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #C41FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41FFF is #3BE000. Grayscale: #696969. Windows color (decimal): -3923969 or 16719812. OLE color: 16719812.
HSL color Cylindrical-coordinate representation of color #C41FFF: hue angle of 284.2º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41FFF is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 31 | 255 | - |
| CMYK | 0.23 | 0.88 | 0 | 0 |
| HSL | 284.2º | 1% | 0.56% | - |
| HSV(B) | 284.2º | 0.88% | 1% | - |
| XYZ | 41.3 | 19.94 | 96.28 | - |
| YUV | 105.87 | 212.16 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 31 | 255 | 0.23 | 0.88 | 0 | 0 | 284.2 | 1 | 0.56 |
| Hex | C4 | 1F | FF | 17 | 58 | 0 | 0 | 11C | 64 | 38 |
| Octal | 304 | 37 | 377 | 27 | 130 | 0 | 0 | 434 | 144 | 70 |
| Binary | 11000100 | 11111 | 11111111 | 10111 | 1011000 | 0 | 0 | 100011100 | 1100100 | 111000 |
Color Harmonies of #C41FFF
Complementary color
Monochromatic Colors of #C41FFF
Black with #C41FFF
Text Example
Text Example
White with #C41FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41FFF; }
p { color: rgb(196,31,255); }
H1.HeaderClassName
{
color: #C41FFF;
}
.AnyTagClassName
{
color: #C41FFF;
}
</style>
background-color css
<style>
a { background-color: #C41FFF; }
a { background-color: rgb(196,31,255); }
div.DivClassName
{
background-color: #C41FFF;
}
.BgClassName
{
background-color: #C41FFF;
}
</style>
border-color css
<style>
span { border-color: #C41FFF; }
span { border-color: rgb(196,31,255); }
td.TdClassName
{
border-color: #C41FFF;
}
.TagClassName
{
border-color: #C41FFF;
}
</style>