Shades of Electric Purple #C71EEE
Tints of Electric Purple #C71EEE
RGB
CMYK
RGB Variations
Color information
#C71EEE (or 0xC71EEE) is known color: Electric Purple. HEX triplet: C7, 1E and EE. RGB value is (199,30,238). Sum of RGB (Red+Green+Blue) = 199+30+238=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 30 (12.11% from 255 or 6.42% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #C71EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71EEE is #38E111. Grayscale: #676767. Windows color (decimal): -3727634 or 15605447. OLE color: 15605447.
HSL color Cylindrical-coordinate representation of color #C71EEE: hue angle of 288.75º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71EEE is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 30 | 238 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.07 |
| HSL | 288.75º | 0.86% | 0.53% | - |
| HSV(B) | 288.75º | 0.87% | 0.93% | - |
| XYZ | 39.45 | 19.24 | 82.52 | - |
| YUV | 104.24 | 203.49 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 238 | 0.16 | 0.87 | 0 | 0.07 | 288.75 | 0.86 | 0.53 |
| Hex | C7 | 1E | EE | 10 | 57 | 0 | 7 | 121 | 56 | 35 |
| Octal | 307 | 36 | 356 | 20 | 127 | 0 | 7 | 441 | 126 | 65 |
| Binary | 11000111 | 11110 | 11101110 | 10000 | 1010111 | 0 | 111 | 100100001 | 1010110 | 110101 |
Color Harmonies of #C71EEE
Complementary color
Monochromatic Colors of #C71EEE
Black with #C71EEE
Text Example
Text Example
White with #C71EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71EEE; }
p { color: rgb(199,30,238); }
H1.HeaderClassName
{
color: #C71EEE;
}
.AnyTagClassName
{
color: #C71EEE;
}
</style>
background-color css
<style>
a { background-color: #C71EEE; }
a { background-color: rgb(199,30,238); }
div.DivClassName
{
background-color: #C71EEE;
}
.BgClassName
{
background-color: #C71EEE;
}
</style>
border-color css
<style>
span { border-color: #C71EEE; }
span { border-color: rgb(199,30,238); }
td.TdClassName
{
border-color: #C71EEE;
}
.TagClassName
{
border-color: #C71EEE;
}
</style>