Shades of Electric Purple #C71DFE
Tints of Electric Purple #C71DFE
RGB
CMYK
RGB Variations
Color information
#C71DFE (or 0xC71DFE) is known color: Electric Purple. HEX triplet: C7, 1D and FE. RGB value is (199,29,254). Sum of RGB (Red+Green+Blue) = 199+29+254=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 29 (11.72% from 255 or 6.02% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #C71DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71DFE is #38E201. Grayscale: #686868. Windows color (decimal): -3727874 or 16653767. OLE color: 16653767.
HSL color Cylindrical-coordinate representation of color #C71DFE: hue angle of 285.33º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71DFE is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 29 | 254 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.00 |
| HSL | 285.33º | 0.99% | 0.55% | - |
| HSV(B) | 285.33º | 0.89% | 1% | - |
| XYZ | 41.88 | 20.18 | 95.45 | - |
| YUV | 105.48 | 211.82 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 254 | 0.22 | 0.89 | 0 | 0.00 | 285.33 | 0.99 | 0.55 |
| Hex | C7 | 1D | FE | 16 | 59 | 0 | 0 | 11D | 63 | 37 |
| Octal | 307 | 35 | 376 | 26 | 131 | 0 | 0 | 435 | 143 | 67 |
| Binary | 11000111 | 11101 | 11111110 | 10110 | 1011001 | 0 | 0 | 100011101 | 1100011 | 110111 |
Color Harmonies of #C71DFE
Complementary color
Monochromatic Colors of #C71DFE
Black with #C71DFE
Text Example
Text Example
White with #C71DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71DFE; }
p { color: rgb(199,29,254); }
H1.HeaderClassName
{
color: #C71DFE;
}
.AnyTagClassName
{
color: #C71DFE;
}
</style>
background-color css
<style>
a { background-color: #C71DFE; }
a { background-color: rgb(199,29,254); }
div.DivClassName
{
background-color: #C71DFE;
}
.BgClassName
{
background-color: #C71DFE;
}
</style>
border-color css
<style>
span { border-color: #C71DFE; }
span { border-color: rgb(199,29,254); }
td.TdClassName
{
border-color: #C71DFE;
}
.TagClassName
{
border-color: #C71DFE;
}
</style>