Shades of Electric Purple #C914E7
Tints of Electric Purple #C914E7
RGB
CMYK
RGB Variations
Color information
#C914E7 (or 0xC914E7) is known color: Electric Purple. HEX triplet: C9, 14 and E7. RGB value is (201,20,231). Sum of RGB (Red+Green+Blue) = 201+20+231=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 20 (8.20% from 255 or 4.42% from 452); Blue value is 231 (90.62% from 255 or 51.11% from 452); Max value from RGB is 231 - color contains mainly: blue. Hex color #C914E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C914E7 is #36EB18. Grayscale: #616161. Windows color (decimal): -3599129 or 15144137. OLE color: 15144137.
HSL color Cylindrical-coordinate representation of color #C914E7: hue angle of 291.47º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C914E7 is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 20 | 231 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.09 |
| HSL | 291.47º | 0.84% | 0.49% | - |
| HSV(B) | 291.47º | 0.91% | 0.91% | - |
| XYZ | 38.76 | 18.69 | 77.17 | - |
| YUV | 98.17 | 202.97 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 231 | 0.13 | 0.91 | 0 | 0.09 | 291.47 | 0.84 | 0.49 |
| Hex | C9 | 14 | E7 | D | 5B | 0 | 9 | 123 | 54 | 31 |
| Octal | 311 | 24 | 347 | 15 | 133 | 0 | 11 | 443 | 124 | 61 |
| Binary | 11001001 | 10100 | 11100111 | 1101 | 1011011 | 0 | 1001 | 100100011 | 1010100 | 110001 |
Color Harmonies of #C914E7
Complementary color
Monochromatic Colors of #C914E7
Black with #C914E7
Text Example
Text Example
White with #C914E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C914E7; }
p { color: rgb(201,20,231); }
H1.HeaderClassName
{
color: #C914E7;
}
.AnyTagClassName
{
color: #C914E7;
}
</style>
background-color css
<style>
a { background-color: #C914E7; }
a { background-color: rgb(201,20,231); }
div.DivClassName
{
background-color: #C914E7;
}
.BgClassName
{
background-color: #C914E7;
}
</style>
border-color css
<style>
span { border-color: #C914E7; }
span { border-color: rgb(201,20,231); }
td.TdClassName
{
border-color: #C914E7;
}
.TagClassName
{
border-color: #C914E7;
}
</style>