Shades of Electric Purple #C41FFD
Tints of Electric Purple #C41FFD
RGB
CMYK
RGB Variations
Color information
#C41FFD (or 0xC41FFD) is known color: Electric Purple. HEX triplet: C4, 1F and FD. RGB value is (196,31,253). Sum of RGB (Red+Green+Blue) = 196+31+253=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 31 (12.5% from 255 or 6.46% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #C41FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41FFD is #3BE002. Grayscale: #686868. Windows color (decimal): -3923971 or 16588740. OLE color: 16588740.
HSL color Cylindrical-coordinate representation of color #C41FFD: hue angle of 284.59º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41FFD is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 31 | 253 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.01 |
| HSL | 284.59º | 0.98% | 0.56% | - |
| HSV(B) | 284.59º | 0.88% | 0.99% | - |
| XYZ | 40.98 | 19.81 | 94.59 | - |
| YUV | 105.64 | 211.16 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 31 | 253 | 0.23 | 0.88 | 0 | 0.01 | 284.59 | 0.98 | 0.56 |
| Hex | C4 | 1F | FD | 17 | 58 | 0 | 1 | 11D | 62 | 38 |
| Octal | 304 | 37 | 375 | 27 | 130 | 0 | 1 | 435 | 142 | 70 |
| Binary | 11000100 | 11111 | 11111101 | 10111 | 1011000 | 0 | 1 | 100011101 | 1100010 | 111000 |
Color Harmonies of #C41FFD
Complementary color
Monochromatic Colors of #C41FFD
Black with #C41FFD
Text Example
Text Example
White with #C41FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41FFD; }
p { color: rgb(196,31,253); }
H1.HeaderClassName
{
color: #C41FFD;
}
.AnyTagClassName
{
color: #C41FFD;
}
</style>
background-color css
<style>
a { background-color: #C41FFD; }
a { background-color: rgb(196,31,253); }
div.DivClassName
{
background-color: #C41FFD;
}
.BgClassName
{
background-color: #C41FFD;
}
</style>
border-color css
<style>
span { border-color: #C41FFD; }
span { border-color: rgb(196,31,253); }
td.TdClassName
{
border-color: #C41FFD;
}
.TagClassName
{
border-color: #C41FFD;
}
</style>