Shades of Electric Purple #C913EE
Tints of Electric Purple #C913EE
RGB
CMYK
RGB Variations
Color information
#C913EE (or 0xC913EE) is known color: Electric Purple. HEX triplet: C9, 13 and EE. RGB value is (201,19,238). Sum of RGB (Red+Green+Blue) = 201+19+238=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 19 (7.81% from 255 or 4.15% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #C913EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C913EE is #36EC11. Grayscale: #616161. Windows color (decimal): -3599378 or 15602633. OLE color: 15602633.
HSL color Cylindrical-coordinate representation of color #C913EE: hue angle of 289.86º degrees, saturation: 0.87, 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 #C913EE is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 19 | 238 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.07 |
| HSL | 289.86º | 0.87% | 0.5% | - |
| HSV(B) | 289.86º | 0.92% | 0.93% | - |
| XYZ | 39.75 | 19.06 | 82.47 | - |
| YUV | 98.38 | 206.8 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 238 | 0.16 | 0.92 | 0 | 0.07 | 289.86 | 0.87 | 0.5 |
| Hex | C9 | 13 | EE | 10 | 5C | 0 | 7 | 122 | 57 | 32 |
| Octal | 311 | 23 | 356 | 20 | 134 | 0 | 7 | 442 | 127 | 62 |
| Binary | 11001001 | 10011 | 11101110 | 10000 | 1011100 | 0 | 111 | 100100010 | 1010111 | 110010 |
Color Harmonies of #C913EE
Complementary color
Monochromatic Colors of #C913EE
Black with #C913EE
Text Example
Text Example
White with #C913EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C913EE; }
p { color: rgb(201,19,238); }
H1.HeaderClassName
{
color: #C913EE;
}
.AnyTagClassName
{
color: #C913EE;
}
</style>
background-color css
<style>
a { background-color: #C913EE; }
a { background-color: rgb(201,19,238); }
div.DivClassName
{
background-color: #C913EE;
}
.BgClassName
{
background-color: #C913EE;
}
</style>
border-color css
<style>
span { border-color: #C913EE; }
span { border-color: rgb(201,19,238); }
td.TdClassName
{
border-color: #C913EE;
}
.TagClassName
{
border-color: #C913EE;
}
</style>