Shades of Electric Purple #C40FFD
Tints of Electric Purple #C40FFD
RGB
CMYK
RGB Variations
Color information
#C40FFD (or 0xC40FFD) is known color: Electric Purple. HEX triplet: C4, 0F and FD. RGB value is (196,15,253). Sum of RGB (Red+Green+Blue) = 196+15+253=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 15 (6.25% from 255 or 3.23% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #C40FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40FFD is #3BF002. Grayscale: #5F5F5F. Windows color (decimal): -3928067 or 16584644. OLE color: 16584644.
HSL color Cylindrical-coordinate representation of color #C40FFD: hue angle of 285.63º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40FFD is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 15 | 253 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.01 |
| HSL | 285.63º | 0.98% | 0.53% | - |
| HSV(B) | 285.63º | 0.94% | 0.99% | - |
| XYZ | 40.67 | 19.17 | 94.49 | - |
| YUV | 96.25 | 216.47 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 253 | 0.23 | 0.94 | 0 | 0.01 | 285.63 | 0.98 | 0.53 |
| Hex | C4 | F | FD | 17 | 5E | 0 | 1 | 11E | 62 | 35 |
| Octal | 304 | 17 | 375 | 27 | 136 | 0 | 1 | 436 | 142 | 65 |
| Binary | 11000100 | 1111 | 11111101 | 10111 | 1011110 | 0 | 1 | 100011110 | 1100010 | 110101 |
Color Harmonies of #C40FFD
Complementary color
Monochromatic Colors of #C40FFD
Black with #C40FFD
Text Example
Text Example
White with #C40FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40FFD; }
p { color: rgb(196,15,253); }
H1.HeaderClassName
{
color: #C40FFD;
}
.AnyTagClassName
{
color: #C40FFD;
}
</style>
background-color css
<style>
a { background-color: #C40FFD; }
a { background-color: rgb(196,15,253); }
div.DivClassName
{
background-color: #C40FFD;
}
.BgClassName
{
background-color: #C40FFD;
}
</style>
border-color css
<style>
span { border-color: #C40FFD; }
span { border-color: rgb(196,15,253); }
td.TdClassName
{
border-color: #C40FFD;
}
.TagClassName
{
border-color: #C40FFD;
}
</style>