Shades of Electric Purple #C914ED
Tints of Electric Purple #C914ED
RGB
CMYK
RGB Variations
Color information
#C914ED (or 0xC914ED) is known color: Electric Purple. HEX triplet: C9, 14 and ED. RGB value is (201,20,237). Sum of RGB (Red+Green+Blue) = 201+20+237=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 20 (8.20% from 255 or 4.37% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #C914ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C914ED is #36EB12. Grayscale: #626262. Windows color (decimal): -3599123 or 15537353. OLE color: 15537353.
HSL color Cylindrical-coordinate representation of color #C914ED: hue angle of 290.05º degrees, saturation: 0.86, 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 #C914ED is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 20 | 237 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.07 |
| HSL | 290.05º | 0.86% | 0.5% | - |
| HSV(B) | 290.05º | 0.92% | 0.93% | - |
| XYZ | 39.62 | 19.03 | 81.71 | - |
| YUV | 98.86 | 205.97 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 237 | 0.15 | 0.92 | 0 | 0.07 | 290.05 | 0.86 | 0.5 |
| Hex | C9 | 14 | ED | F | 5C | 0 | 7 | 122 | 56 | 32 |
| Octal | 311 | 24 | 355 | 17 | 134 | 0 | 7 | 442 | 126 | 62 |
| Binary | 11001001 | 10100 | 11101101 | 1111 | 1011100 | 0 | 111 | 100100010 | 1010110 | 110010 |
Color Harmonies of #C914ED
Complementary color
Monochromatic Colors of #C914ED
Black with #C914ED
Text Example
Text Example
White with #C914ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C914ED; }
p { color: rgb(201,20,237); }
H1.HeaderClassName
{
color: #C914ED;
}
.AnyTagClassName
{
color: #C914ED;
}
</style>
background-color css
<style>
a { background-color: #C914ED; }
a { background-color: rgb(201,20,237); }
div.DivClassName
{
background-color: #C914ED;
}
.BgClassName
{
background-color: #C914ED;
}
</style>
border-color css
<style>
span { border-color: #C914ED; }
span { border-color: rgb(201,20,237); }
td.TdClassName
{
border-color: #C914ED;
}
.TagClassName
{
border-color: #C914ED;
}
</style>