Shades of Electric Purple #C913EF
Tints of Electric Purple #C913EF
RGB
CMYK
RGB Variations
Color information
#C913EF (or 0xC913EF) is known color: Electric Purple. HEX triplet: C9, 13 and EF. RGB value is (201,19,239). Sum of RGB (Red+Green+Blue) = 201+19+239=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 19 (7.81% from 255 or 4.14% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #C913EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C913EF is #36EC10. Grayscale: #616161. Windows color (decimal): -3599377 or 15668169. OLE color: 15668169.
HSL color Cylindrical-coordinate representation of color #C913EF: hue angle of 289.64º 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 #C913EF is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 19 | 239 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.06 |
| HSL | 289.64º | 0.87% | 0.51% | - |
| HSV(B) | 289.64º | 0.92% | 0.94% | - |
| XYZ | 39.9 | 19.12 | 83.25 | - |
| YUV | 98.5 | 207.3 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 239 | 0.16 | 0.92 | 0 | 0.06 | 289.64 | 0.87 | 0.51 |
| Hex | C9 | 13 | EF | 10 | 5C | 0 | 6 | 122 | 57 | 33 |
| Octal | 311 | 23 | 357 | 20 | 134 | 0 | 6 | 442 | 127 | 63 |
| Binary | 11001001 | 10011 | 11101111 | 10000 | 1011100 | 0 | 110 | 100100010 | 1010111 | 110011 |
Color Harmonies of #C913EF
Complementary color
Monochromatic Colors of #C913EF
Black with #C913EF
Text Example
Text Example
White with #C913EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C913EF; }
p { color: rgb(201,19,239); }
H1.HeaderClassName
{
color: #C913EF;
}
.AnyTagClassName
{
color: #C913EF;
}
</style>
background-color css
<style>
a { background-color: #C913EF; }
a { background-color: rgb(201,19,239); }
div.DivClassName
{
background-color: #C913EF;
}
.BgClassName
{
background-color: #C913EF;
}
</style>
border-color css
<style>
span { border-color: #C913EF; }
span { border-color: rgb(201,19,239); }
td.TdClassName
{
border-color: #C913EF;
}
.TagClassName
{
border-color: #C913EF;
}
</style>