Shades of Electric Purple #C40EFF
Tints of Electric Purple #C40EFF
RGB
CMYK
RGB Variations
Color information
#C40EFF (or 0xC40EFF) is known color: Electric Purple. HEX triplet: C4, 0E and FF. RGB value is (196,14,255). Sum of RGB (Red+Green+Blue) = 196+14+255=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 14 (5.86% from 255 or 3.01% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #C40EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40EFF is #3BF100. Grayscale: #5F5F5F. Windows color (decimal): -3928321 or 16715460. OLE color: 16715460.
HSL color Cylindrical-coordinate representation of color #C40EFF: hue angle of 285.31º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40EFF is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 14 | 255 | - |
| CMYK | 0.23 | 0.95 | 0 | 0 |
| HSL | 285.31º | 1% | 0.53% | - |
| HSV(B) | 285.31º | 0.95% | 1% | - |
| XYZ | 40.97 | 19.27 | 96.17 | - |
| YUV | 95.89 | 217.8 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 14 | 255 | 0.23 | 0.95 | 0 | 0 | 285.31 | 1 | 0.53 |
| Hex | C4 | E | FF | 17 | 5F | 0 | 0 | 11D | 64 | 35 |
| Octal | 304 | 16 | 377 | 27 | 137 | 0 | 0 | 435 | 144 | 65 |
| Binary | 11000100 | 1110 | 11111111 | 10111 | 1011111 | 0 | 0 | 100011101 | 1100100 | 110101 |
Color Harmonies of #C40EFF
Complementary color
Monochromatic Colors of #C40EFF
Black with #C40EFF
Text Example
Text Example
White with #C40EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40EFF; }
p { color: rgb(196,14,255); }
H1.HeaderClassName
{
color: #C40EFF;
}
.AnyTagClassName
{
color: #C40EFF;
}
</style>
background-color css
<style>
a { background-color: #C40EFF; }
a { background-color: rgb(196,14,255); }
div.DivClassName
{
background-color: #C40EFF;
}
.BgClassName
{
background-color: #C40EFF;
}
</style>
border-color css
<style>
span { border-color: #C40EFF; }
span { border-color: rgb(196,14,255); }
td.TdClassName
{
border-color: #C40EFF;
}
.TagClassName
{
border-color: #C40EFF;
}
</style>