Shades of Electric Purple #C40EEA
Tints of Electric Purple #C40EEA
RGB
CMYK
RGB Variations
Color information
#C40EEA (or 0xC40EEA) is known color: Electric Purple. HEX triplet: C4, 0E and EA. RGB value is (196,14,234). Sum of RGB (Red+Green+Blue) = 196+14+234=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 14 (5.86% from 255 or 3.15% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #C40EEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40EEA is #3BF115. Grayscale: #5C5C5C. Windows color (decimal): -3928342 or 15339204. OLE color: 15339204.
HSL color Cylindrical-coordinate representation of color #C40EEA: hue angle of 289.64º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40EEA is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 14 | 234 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.08 |
| HSL | 289.64º | 0.89% | 0.49% | - |
| HSV(B) | 289.64º | 0.94% | 0.92% | - |
| XYZ | 37.77 | 17.99 | 79.32 | - |
| YUV | 93.5 | 207.3 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 14 | 234 | 0.16 | 0.94 | 0 | 0.08 | 289.64 | 0.89 | 0.49 |
| Hex | C4 | E | EA | 10 | 5E | 0 | 8 | 122 | 59 | 31 |
| Octal | 304 | 16 | 352 | 20 | 136 | 0 | 10 | 442 | 131 | 61 |
| Binary | 11000100 | 1110 | 11101010 | 10000 | 1011110 | 0 | 1000 | 100100010 | 1011001 | 110001 |
Color Harmonies of #C40EEA
Complementary color
Monochromatic Colors of #C40EEA
Black with #C40EEA
Text Example
Text Example
White with #C40EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40EEA; }
p { color: rgb(196,14,234); }
H1.HeaderClassName
{
color: #C40EEA;
}
.AnyTagClassName
{
color: #C40EEA;
}
</style>
background-color css
<style>
a { background-color: #C40EEA; }
a { background-color: rgb(196,14,234); }
div.DivClassName
{
background-color: #C40EEA;
}
.BgClassName
{
background-color: #C40EEA;
}
</style>
border-color css
<style>
span { border-color: #C40EEA; }
span { border-color: rgb(196,14,234); }
td.TdClassName
{
border-color: #C40EEA;
}
.TagClassName
{
border-color: #C40EEA;
}
</style>