Shades of Electric Purple #C40FEE
Tints of Electric Purple #C40FEE
RGB
CMYK
RGB Variations
Color information
#C40FEE (or 0xC40FEE) is known color: Electric Purple. HEX triplet: C4, 0F and EE. RGB value is (196,15,238). Sum of RGB (Red+Green+Blue) = 196+15+238=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #C40FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40FEE is #3BF011. Grayscale: #5D5D5D. Windows color (decimal): -3928082 or 15601604. OLE color: 15601604.
HSL color Cylindrical-coordinate representation of color #C40FEE: hue angle of 288.7º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40FEE is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 15 | 238 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.07 |
| HSL | 288.7º | 0.88% | 0.5% | - |
| HSV(B) | 288.7º | 0.94% | 0.93% | - |
| XYZ | 38.37 | 18.25 | 82.39 | - |
| YUV | 94.54 | 208.97 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 238 | 0.18 | 0.94 | 0 | 0.07 | 288.7 | 0.88 | 0.5 |
| Hex | C4 | F | EE | 12 | 5E | 0 | 7 | 121 | 58 | 32 |
| Octal | 304 | 17 | 356 | 22 | 136 | 0 | 7 | 441 | 130 | 62 |
| Binary | 11000100 | 1111 | 11101110 | 10010 | 1011110 | 0 | 111 | 100100001 | 1011000 | 110010 |
Color Harmonies of #C40FEE
Complementary color
Monochromatic Colors of #C40FEE
Black with #C40FEE
Text Example
Text Example
White with #C40FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40FEE; }
p { color: rgb(196,15,238); }
H1.HeaderClassName
{
color: #C40FEE;
}
.AnyTagClassName
{
color: #C40FEE;
}
</style>
background-color css
<style>
a { background-color: #C40FEE; }
a { background-color: rgb(196,15,238); }
div.DivClassName
{
background-color: #C40FEE;
}
.BgClassName
{
background-color: #C40FEE;
}
</style>
border-color css
<style>
span { border-color: #C40FEE; }
span { border-color: rgb(196,15,238); }
td.TdClassName
{
border-color: #C40FEE;
}
.TagClassName
{
border-color: #C40FEE;
}
</style>