Shades of Electric Purple #C913EC
Tints of Electric Purple #C913EC
RGB
CMYK
RGB Variations
Color information
#C913EC (or 0xC913EC) is known color: Electric Purple. HEX triplet: C9, 13 and EC. RGB value is (201,19,236). Sum of RGB (Red+Green+Blue) = 201+19+236=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 19 (7.81% from 255 or 4.17% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #C913EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C913EC is #36EC13. Grayscale: #616161. Windows color (decimal): -3599380 or 15471561. OLE color: 15471561.
HSL color Cylindrical-coordinate representation of color #C913EC: hue angle of 290.32º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C913EC is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 19 | 236 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.07 |
| HSL | 290.32º | 0.85% | 0.5% | - |
| HSV(B) | 290.32º | 0.92% | 0.93% | - |
| XYZ | 39.46 | 18.94 | 80.93 | - |
| YUV | 98.16 | 205.8 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 236 | 0.15 | 0.92 | 0 | 0.07 | 290.32 | 0.85 | 0.5 |
| Hex | C9 | 13 | EC | F | 5C | 0 | 7 | 122 | 55 | 32 |
| Octal | 311 | 23 | 354 | 17 | 134 | 0 | 7 | 442 | 125 | 62 |
| Binary | 11001001 | 10011 | 11101100 | 1111 | 1011100 | 0 | 111 | 100100010 | 1010101 | 110010 |
Color Harmonies of #C913EC
Complementary color
Monochromatic Colors of #C913EC
Black with #C913EC
Text Example
Text Example
White with #C913EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C913EC; }
p { color: rgb(201,19,236); }
H1.HeaderClassName
{
color: #C913EC;
}
.AnyTagClassName
{
color: #C913EC;
}
</style>
background-color css
<style>
a { background-color: #C913EC; }
a { background-color: rgb(201,19,236); }
div.DivClassName
{
background-color: #C913EC;
}
.BgClassName
{
background-color: #C913EC;
}
</style>
border-color css
<style>
span { border-color: #C913EC; }
span { border-color: rgb(201,19,236); }
td.TdClassName
{
border-color: #C913EC;
}
.TagClassName
{
border-color: #C913EC;
}
</style>