Shades of Electric Purple #C714EF
Tints of Electric Purple #C714EF
RGB
CMYK
RGB Variations
Color information
#C714EF (or 0xC714EF) is known color: Electric Purple. HEX triplet: C7, 14 and EF. RGB value is (199,20,239). Sum of RGB (Red+Green+Blue) = 199+20+239=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 20 (8.20% from 255 or 4.37% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #C714EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C714EF is #38EB10. Grayscale: #616161. Windows color (decimal): -3730193 or 15668423. OLE color: 15668423.
HSL color Cylindrical-coordinate representation of color #C714EF: hue angle of 289.04º 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 #C714EF is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 20 | 239 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.06 |
| HSL | 289.04º | 0.87% | 0.51% | - |
| HSV(B) | 289.04º | 0.92% | 0.94% | - |
| XYZ | 39.38 | 18.87 | 83.23 | - |
| YUV | 98.49 | 207.3 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 239 | 0.17 | 0.92 | 0 | 0.06 | 289.04 | 0.87 | 0.51 |
| Hex | C7 | 14 | EF | 11 | 5C | 0 | 6 | 121 | 57 | 33 |
| Octal | 307 | 24 | 357 | 21 | 134 | 0 | 6 | 441 | 127 | 63 |
| Binary | 11000111 | 10100 | 11101111 | 10001 | 1011100 | 0 | 110 | 100100001 | 1010111 | 110011 |
Color Harmonies of #C714EF
Complementary color
Monochromatic Colors of #C714EF
Black with #C714EF
Text Example
Text Example
White with #C714EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C714EF; }
p { color: rgb(199,20,239); }
H1.HeaderClassName
{
color: #C714EF;
}
.AnyTagClassName
{
color: #C714EF;
}
</style>
background-color css
<style>
a { background-color: #C714EF; }
a { background-color: rgb(199,20,239); }
div.DivClassName
{
background-color: #C714EF;
}
.BgClassName
{
background-color: #C714EF;
}
</style>
border-color css
<style>
span { border-color: #C714EF; }
span { border-color: rgb(199,20,239); }
td.TdClassName
{
border-color: #C714EF;
}
.TagClassName
{
border-color: #C714EF;
}
</style>