Shades of Electric Purple #C41EFD
Tints of Electric Purple #C41EFD
RGB
CMYK
RGB Variations
Color information
#C41EFD (or 0xC41EFD) is known color: Electric Purple. HEX triplet: C4, 1E and FD. RGB value is (196,30,253). Sum of RGB (Red+Green+Blue) = 196+30+253=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 30 (12.11% from 255 or 6.26% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #C41EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41EFD is #3BE102. Grayscale: #686868. Windows color (decimal): -3924227 or 16588484. OLE color: 16588484.
HSL color Cylindrical-coordinate representation of color #C41EFD: hue angle of 284.66º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41EFD is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 30 | 253 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.01 |
| HSL | 284.66º | 0.98% | 0.55% | - |
| HSV(B) | 284.66º | 0.88% | 0.99% | - |
| XYZ | 40.96 | 19.76 | 94.58 | - |
| YUV | 105.06 | 211.5 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 253 | 0.23 | 0.88 | 0 | 0.01 | 284.66 | 0.98 | 0.55 |
| Hex | C4 | 1E | FD | 17 | 58 | 0 | 1 | 11D | 62 | 37 |
| Octal | 304 | 36 | 375 | 27 | 130 | 0 | 1 | 435 | 142 | 67 |
| Binary | 11000100 | 11110 | 11111101 | 10111 | 1011000 | 0 | 1 | 100011101 | 1100010 | 110111 |
Color Harmonies of #C41EFD
Complementary color
Monochromatic Colors of #C41EFD
Black with #C41EFD
Text Example
Text Example
White with #C41EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41EFD; }
p { color: rgb(196,30,253); }
H1.HeaderClassName
{
color: #C41EFD;
}
.AnyTagClassName
{
color: #C41EFD;
}
</style>
background-color css
<style>
a { background-color: #C41EFD; }
a { background-color: rgb(196,30,253); }
div.DivClassName
{
background-color: #C41EFD;
}
.BgClassName
{
background-color: #C41EFD;
}
</style>
border-color css
<style>
span { border-color: #C41EFD; }
span { border-color: rgb(196,30,253); }
td.TdClassName
{
border-color: #C41EFD;
}
.TagClassName
{
border-color: #C41EFD;
}
</style>