Shades of Electric Purple #C014EA
Tints of Electric Purple #C014EA
RGB
CMYK
RGB Variations
Color information
#C014EA (or 0xC014EA) is known color: Electric Purple. HEX triplet: C0, 14 and EA. RGB value is (192,20,234). Sum of RGB (Red+Green+Blue) = 192+20+234=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 20 (8.20% from 255 or 4.48% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #C014EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C014EA is #3FEB15. Grayscale: #5F5F5F. Windows color (decimal): -4188950 or 15340736. OLE color: 15340736.
HSL color Cylindrical-coordinate representation of color #C014EA: hue angle of 288.22º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C014EA is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 20 | 234 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.08 |
| HSL | 288.22º | 0.84% | 0.5% | - |
| HSV(B) | 288.22º | 0.91% | 0.92% | - |
| XYZ | 36.84 | 17.65 | 79.31 | - |
| YUV | 95.82 | 205.98 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 234 | 0.18 | 0.91 | 0 | 0.08 | 288.22 | 0.84 | 0.5 |
| Hex | C0 | 14 | EA | 12 | 5B | 0 | 8 | 120 | 54 | 32 |
| Octal | 300 | 24 | 352 | 22 | 133 | 0 | 10 | 440 | 124 | 62 |
| Binary | 11000000 | 10100 | 11101010 | 10010 | 1011011 | 0 | 1000 | 100100000 | 1010100 | 110010 |
Color Harmonies of #C014EA
Complementary color
Monochromatic Colors of #C014EA
Black with #C014EA
Text Example
Text Example
White with #C014EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C014EA; }
p { color: rgb(192,20,234); }
H1.HeaderClassName
{
color: #C014EA;
}
.AnyTagClassName
{
color: #C014EA;
}
</style>
background-color css
<style>
a { background-color: #C014EA; }
a { background-color: rgb(192,20,234); }
div.DivClassName
{
background-color: #C014EA;
}
.BgClassName
{
background-color: #C014EA;
}
</style>
border-color css
<style>
span { border-color: #C014EA; }
span { border-color: rgb(192,20,234); }
td.TdClassName
{
border-color: #C014EA;
}
.TagClassName
{
border-color: #C014EA;
}
</style>