Shades of Electric Purple #C913EA
Tints of Electric Purple #C913EA
RGB
CMYK
RGB Variations
Color information
#C913EA (or 0xC913EA) is known color: Electric Purple. HEX triplet: C9, 13 and EA. RGB value is (201,19,234). Sum of RGB (Red+Green+Blue) = 201+19+234=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 19 (7.81% from 255 or 4.19% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #C913EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C913EA is #36EC15. Grayscale: #616161. Windows color (decimal): -3599382 or 15340489. OLE color: 15340489.
HSL color Cylindrical-coordinate representation of color #C913EA: hue angle of 290.79º 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 #C913EA is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 19 | 234 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.08 |
| HSL | 290.79º | 0.85% | 0.5% | - |
| HSV(B) | 290.79º | 0.92% | 0.92% | - |
| XYZ | 39.17 | 18.82 | 79.41 | - |
| YUV | 97.93 | 204.8 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 234 | 0.14 | 0.92 | 0 | 0.08 | 290.79 | 0.85 | 0.5 |
| Hex | C9 | 13 | EA | E | 5C | 0 | 8 | 123 | 55 | 32 |
| Octal | 311 | 23 | 352 | 16 | 134 | 0 | 10 | 443 | 125 | 62 |
| Binary | 11001001 | 10011 | 11101010 | 1110 | 1011100 | 0 | 1000 | 100100011 | 1010101 | 110010 |
Color Harmonies of #C913EA
Complementary color
Monochromatic Colors of #C913EA
Black with #C913EA
Text Example
Text Example
White with #C913EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C913EA; }
p { color: rgb(201,19,234); }
H1.HeaderClassName
{
color: #C913EA;
}
.AnyTagClassName
{
color: #C913EA;
}
</style>
background-color css
<style>
a { background-color: #C913EA; }
a { background-color: rgb(201,19,234); }
div.DivClassName
{
background-color: #C913EA;
}
.BgClassName
{
background-color: #C913EA;
}
</style>
border-color css
<style>
span { border-color: #C913EA; }
span { border-color: rgb(201,19,234); }
td.TdClassName
{
border-color: #C913EA;
}
.TagClassName
{
border-color: #C913EA;
}
</style>