Shades of Electric Purple #C013EF
Tints of Electric Purple #C013EF
RGB
CMYK
RGB Variations
Color information
#C013EF (or 0xC013EF) is known color: Electric Purple. HEX triplet: C0, 13 and EF. RGB value is (192,19,239). Sum of RGB (Red+Green+Blue) = 192+19+239=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 19 (7.81% from 255 or 4.22% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #C013EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C013EF is #3FEC10. Grayscale: #5F5F5F. Windows color (decimal): -4189201 or 15668160. OLE color: 15668160.
HSL color Cylindrical-coordinate representation of color #C013EF: hue angle of 287.18º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C013EF is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 19 | 239 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.06 |
| HSL | 287.18º | 0.87% | 0.51% | - |
| HSV(B) | 287.18º | 0.92% | 0.94% | - |
| XYZ | 37.55 | 17.9 | 83.14 | - |
| YUV | 95.81 | 208.81 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 239 | 0.20 | 0.92 | 0 | 0.06 | 287.18 | 0.87 | 0.51 |
| Hex | C0 | 13 | EF | 14 | 5C | 0 | 6 | 11F | 57 | 33 |
| Octal | 300 | 23 | 357 | 24 | 134 | 0 | 6 | 437 | 127 | 63 |
| Binary | 11000000 | 10011 | 11101111 | 10100 | 1011100 | 0 | 110 | 100011111 | 1010111 | 110011 |
Color Harmonies of #C013EF
Complementary color
Monochromatic Colors of #C013EF
Black with #C013EF
Text Example
Text Example
White with #C013EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C013EF; }
p { color: rgb(192,19,239); }
H1.HeaderClassName
{
color: #C013EF;
}
.AnyTagClassName
{
color: #C013EF;
}
</style>
background-color css
<style>
a { background-color: #C013EF; }
a { background-color: rgb(192,19,239); }
div.DivClassName
{
background-color: #C013EF;
}
.BgClassName
{
background-color: #C013EF;
}
</style>
border-color css
<style>
span { border-color: #C013EF; }
span { border-color: rgb(192,19,239); }
td.TdClassName
{
border-color: #C013EF;
}
.TagClassName
{
border-color: #C013EF;
}
</style>