Shades of Electric Purple #C71CED
Tints of Electric Purple #C71CED
RGB
CMYK
RGB Variations
Color information
#C71CED (or 0xC71CED) is known color: Electric Purple. HEX triplet: C7, 1C and ED. RGB value is (199,28,237). Sum of RGB (Red+Green+Blue) = 199+28+237=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #C71CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71CED is #38E312. Grayscale: #666666. Windows color (decimal): -3728147 or 15539399. OLE color: 15539399.
HSL color Cylindrical-coordinate representation of color #C71CED: hue angle of 289.09º degrees, saturation: 0.85, 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 #C71CED is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 28 | 237 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.07 |
| HSL | 289.09º | 0.85% | 0.52% | - |
| HSV(B) | 289.09º | 0.88% | 0.93% | - |
| XYZ | 39.25 | 19.09 | 81.74 | - |
| YUV | 102.96 | 203.65 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 28 | 237 | 0.16 | 0.88 | 0 | 0.07 | 289.09 | 0.85 | 0.52 |
| Hex | C7 | 1C | ED | 10 | 58 | 0 | 7 | 121 | 55 | 34 |
| Octal | 307 | 34 | 355 | 20 | 130 | 0 | 7 | 441 | 125 | 64 |
| Binary | 11000111 | 11100 | 11101101 | 10000 | 1011000 | 0 | 111 | 100100001 | 1010101 | 110100 |
Color Harmonies of #C71CED
Complementary color
Monochromatic Colors of #C71CED
Black with #C71CED
Text Example
Text Example
White with #C71CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71CED; }
p { color: rgb(199,28,237); }
H1.HeaderClassName
{
color: #C71CED;
}
.AnyTagClassName
{
color: #C71CED;
}
</style>
background-color css
<style>
a { background-color: #C71CED; }
a { background-color: rgb(199,28,237); }
div.DivClassName
{
background-color: #C71CED;
}
.BgClassName
{
background-color: #C71CED;
}
</style>
border-color css
<style>
span { border-color: #C71CED; }
span { border-color: rgb(199,28,237); }
td.TdClassName
{
border-color: #C71CED;
}
.TagClassName
{
border-color: #C71CED;
}
</style>