Shades of Electric Purple #C71CEE
Tints of Electric Purple #C71CEE
RGB
CMYK
RGB Variations
Color information
#C71CEE (or 0xC71CEE) is known color: Electric Purple. HEX triplet: C7, 1C and EE. RGB value is (199,28,238). Sum of RGB (Red+Green+Blue) = 199+28+238=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 28 (11.33% from 255 or 6.02% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #C71CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71CEE is #38E311. Grayscale: #666666. Windows color (decimal): -3728146 or 15604935. OLE color: 15604935.
HSL color Cylindrical-coordinate representation of color #C71CEE: hue angle of 288.86º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71CEE is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 28 | 238 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.07 |
| HSL | 288.86º | 0.86% | 0.52% | - |
| HSV(B) | 288.86º | 0.88% | 0.93% | - |
| XYZ | 39.4 | 19.15 | 82.51 | - |
| YUV | 103.07 | 204.15 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 28 | 238 | 0.16 | 0.88 | 0 | 0.07 | 288.86 | 0.86 | 0.52 |
| Hex | C7 | 1C | EE | 10 | 58 | 0 | 7 | 121 | 56 | 34 |
| Octal | 307 | 34 | 356 | 20 | 130 | 0 | 7 | 441 | 126 | 64 |
| Binary | 11000111 | 11100 | 11101110 | 10000 | 1011000 | 0 | 111 | 100100001 | 1010110 | 110100 |
Color Harmonies of #C71CEE
Complementary color
Monochromatic Colors of #C71CEE
Black with #C71CEE
Text Example
Text Example
White with #C71CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71CEE; }
p { color: rgb(199,28,238); }
H1.HeaderClassName
{
color: #C71CEE;
}
.AnyTagClassName
{
color: #C71CEE;
}
</style>
background-color css
<style>
a { background-color: #C71CEE; }
a { background-color: rgb(199,28,238); }
div.DivClassName
{
background-color: #C71CEE;
}
.BgClassName
{
background-color: #C71CEE;
}
</style>
border-color css
<style>
span { border-color: #C71CEE; }
span { border-color: rgb(199,28,238); }
td.TdClassName
{
border-color: #C71CEE;
}
.TagClassName
{
border-color: #C71CEE;
}
</style>