Shades of Electric Purple #C013E5
Tints of Electric Purple #C013E5
RGB
CMYK
RGB Variations
Color information
#C013E5 (or 0xC013E5) is known color: Electric Purple. HEX triplet: C0, 13 and E5. RGB value is (192,19,229). Sum of RGB (Red+Green+Blue) = 192+19+229=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 19 (7.81% from 255 or 4.32% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #C013E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C013E5 is #3FEC1A. Grayscale: #5D5D5D. Windows color (decimal): -4189211 or 15012800. OLE color: 15012800.
HSL color Cylindrical-coordinate representation of color #C013E5: hue angle of 289.43º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C013E5 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 19 | 229 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.10 |
| HSL | 289.43º | 0.85% | 0.49% | - |
| HSV(B) | 289.43º | 0.92% | 0.9% | - |
| XYZ | 36.11 | 17.33 | 75.57 | - |
| YUV | 94.67 | 203.81 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 229 | 0.16 | 0.92 | 0 | 0.10 | 289.43 | 0.85 | 0.49 |
| Hex | C0 | 13 | E5 | 10 | 5C | 0 | A | 121 | 55 | 31 |
| Octal | 300 | 23 | 345 | 20 | 134 | 0 | 12 | 441 | 125 | 61 |
| Binary | 11000000 | 10011 | 11100101 | 10000 | 1011100 | 0 | 1010 | 100100001 | 1010101 | 110001 |
Color Harmonies of #C013E5
Complementary color
Monochromatic Colors of #C013E5
Black with #C013E5
Text Example
Text Example
White with #C013E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C013E5; }
p { color: rgb(192,19,229); }
H1.HeaderClassName
{
color: #C013E5;
}
.AnyTagClassName
{
color: #C013E5;
}
</style>
background-color css
<style>
a { background-color: #C013E5; }
a { background-color: rgb(192,19,229); }
div.DivClassName
{
background-color: #C013E5;
}
.BgClassName
{
background-color: #C013E5;
}
</style>
border-color css
<style>
span { border-color: #C013E5; }
span { border-color: rgb(192,19,229); }
td.TdClassName
{
border-color: #C013E5;
}
.TagClassName
{
border-color: #C013E5;
}
</style>