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