Shades of Electric Purple #C013EA
Tints of Electric Purple #C013EA
RGB
CMYK
RGB Variations
Color information
#C013EA (or 0xC013EA) is known color: Electric Purple. HEX triplet: C0, 13 and EA. RGB value is (192,19,234). Sum of RGB (Red+Green+Blue) = 192+19+234=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 19 (7.81% from 255 or 4.27% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #C013EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C013EA is #3FEC15. Grayscale: #5E5E5E. Windows color (decimal): -4189206 or 15340480. OLE color: 15340480.
HSL color Cylindrical-coordinate representation of color #C013EA: hue angle of 288.28º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C013EA is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 19 | 234 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.08 |
| HSL | 288.28º | 0.85% | 0.5% | - |
| HSV(B) | 288.28º | 0.92% | 0.92% | - |
| XYZ | 36.82 | 17.61 | 79.3 | - |
| YUV | 95.24 | 206.31 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 234 | 0.18 | 0.92 | 0 | 0.08 | 288.28 | 0.85 | 0.5 |
| Hex | C0 | 13 | EA | 12 | 5C | 0 | 8 | 120 | 55 | 32 |
| Octal | 300 | 23 | 352 | 22 | 134 | 0 | 10 | 440 | 125 | 62 |
| Binary | 11000000 | 10011 | 11101010 | 10010 | 1011100 | 0 | 1000 | 100100000 | 1010101 | 110010 |
Color Harmonies of #C013EA
Complementary color
Monochromatic Colors of #C013EA
Black with #C013EA
Text Example
Text Example
White with #C013EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C013EA; }
p { color: rgb(192,19,234); }
H1.HeaderClassName
{
color: #C013EA;
}
.AnyTagClassName
{
color: #C013EA;
}
</style>
background-color css
<style>
a { background-color: #C013EA; }
a { background-color: rgb(192,19,234); }
div.DivClassName
{
background-color: #C013EA;
}
.BgClassName
{
background-color: #C013EA;
}
</style>
border-color css
<style>
span { border-color: #C013EA; }
span { border-color: rgb(192,19,234); }
td.TdClassName
{
border-color: #C013EA;
}
.TagClassName
{
border-color: #C013EA;
}
</style>