Shades of Electric Purple #C711EF
Tints of Electric Purple #C711EF
RGB
CMYK
RGB Variations
Color information
#C711EF (or 0xC711EF) is known color: Electric Purple. HEX triplet: C7, 11 and EF. RGB value is (199,17,239). Sum of RGB (Red+Green+Blue) = 199+17+239=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 17 (7.03% from 255 or 3.74% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #C711EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C711EF is #38EE10. Grayscale: #606060. Windows color (decimal): -3730961 or 15667655. OLE color: 15667655.
HSL color Cylindrical-coordinate representation of color #C711EF: hue angle of 289.19º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C711EF is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 17 | 239 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.06 |
| HSL | 289.19º | 0.87% | 0.5% | - |
| HSV(B) | 289.19º | 0.93% | 0.94% | - |
| XYZ | 39.33 | 18.78 | 83.21 | - |
| YUV | 96.73 | 208.3 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 239 | 0.17 | 0.93 | 0 | 0.06 | 289.19 | 0.87 | 0.5 |
| Hex | C7 | 11 | EF | 11 | 5D | 0 | 6 | 121 | 57 | 32 |
| Octal | 307 | 21 | 357 | 21 | 135 | 0 | 6 | 441 | 127 | 62 |
| Binary | 11000111 | 10001 | 11101111 | 10001 | 1011101 | 0 | 110 | 100100001 | 1010111 | 110010 |
Color Harmonies of #C711EF
Complementary color
Monochromatic Colors of #C711EF
Black with #C711EF
Text Example
Text Example
White with #C711EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C711EF; }
p { color: rgb(199,17,239); }
H1.HeaderClassName
{
color: #C711EF;
}
.AnyTagClassName
{
color: #C711EF;
}
</style>
background-color css
<style>
a { background-color: #C711EF; }
a { background-color: rgb(199,17,239); }
div.DivClassName
{
background-color: #C711EF;
}
.BgClassName
{
background-color: #C711EF;
}
</style>
border-color css
<style>
span { border-color: #C711EF; }
span { border-color: rgb(199,17,239); }
td.TdClassName
{
border-color: #C711EF;
}
.TagClassName
{
border-color: #C711EF;
}
</style>