Shades of Electric Purple #C40CFE
Tints of Electric Purple #C40CFE
RGB
CMYK
RGB Variations
Color information
#C40CFE (or 0xC40CFE) is known color: Electric Purple. HEX triplet: C4, 0C and FE. RGB value is (196,12,254). Sum of RGB (Red+Green+Blue) = 196+12+254=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 12 (5.08% from 255 or 2.60% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #C40CFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40CFE is #3BF301. Grayscale: #5D5D5D. Windows color (decimal): -3928834 or 16649412. OLE color: 16649412.
HSL color Cylindrical-coordinate representation of color #C40CFE: hue angle of 285.62º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40CFE is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 12 | 254 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.00 |
| HSL | 285.62º | 0.99% | 0.52% | - |
| HSV(B) | 285.62º | 0.95% | 1% | - |
| XYZ | 40.79 | 19.15 | 95.31 | - |
| YUV | 94.6 | 217.96 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 254 | 0.23 | 0.95 | 0 | 0.00 | 285.62 | 0.99 | 0.52 |
| Hex | C4 | C | FE | 17 | 5F | 0 | 0 | 11E | 63 | 34 |
| Octal | 304 | 14 | 376 | 27 | 137 | 0 | 0 | 436 | 143 | 64 |
| Binary | 11000100 | 1100 | 11111110 | 10111 | 1011111 | 0 | 0 | 100011110 | 1100011 | 110100 |
Color Harmonies of #C40CFE
Complementary color
Monochromatic Colors of #C40CFE
Black with #C40CFE
Text Example
Text Example
White with #C40CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40CFE; }
p { color: rgb(196,12,254); }
H1.HeaderClassName
{
color: #C40CFE;
}
.AnyTagClassName
{
color: #C40CFE;
}
</style>
background-color css
<style>
a { background-color: #C40CFE; }
a { background-color: rgb(196,12,254); }
div.DivClassName
{
background-color: #C40CFE;
}
.BgClassName
{
background-color: #C40CFE;
}
</style>
border-color css
<style>
span { border-color: #C40CFE; }
span { border-color: rgb(196,12,254); }
td.TdClassName
{
border-color: #C40CFE;
}
.TagClassName
{
border-color: #C40CFE;
}
</style>