Shades of Electric Purple #C71EFC
Tints of Electric Purple #C71EFC
RGB
CMYK
RGB Variations
Color information
#C71EFC (or 0xC71EFC) is known color: Electric Purple. HEX triplet: C7, 1E and FC. RGB value is (199,30,252). Sum of RGB (Red+Green+Blue) = 199+30+252=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 30 (12.11% from 255 or 6.24% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #C71EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71EFC is #38E103. Grayscale: #696969. Windows color (decimal): -3727620 or 16522951. OLE color: 16522951.
HSL color Cylindrical-coordinate representation of color #C71EFC: hue angle of 285.68º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71EFC is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 30 | 252 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.01 |
| HSL | 285.68º | 0.97% | 0.55% | - |
| HSV(B) | 285.68º | 0.88% | 0.99% | - |
| XYZ | 41.59 | 20.1 | 93.78 | - |
| YUV | 105.84 | 210.49 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 252 | 0.21 | 0.88 | 0 | 0.01 | 285.68 | 0.97 | 0.55 |
| Hex | C7 | 1E | FC | 15 | 58 | 0 | 1 | 11E | 61 | 37 |
| Octal | 307 | 36 | 374 | 25 | 130 | 0 | 1 | 436 | 141 | 67 |
| Binary | 11000111 | 11110 | 11111100 | 10101 | 1011000 | 0 | 1 | 100011110 | 1100001 | 110111 |
Color Harmonies of #C71EFC
Complementary color
Monochromatic Colors of #C71EFC
Black with #C71EFC
Text Example
Text Example
White with #C71EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71EFC; }
p { color: rgb(199,30,252); }
H1.HeaderClassName
{
color: #C71EFC;
}
.AnyTagClassName
{
color: #C71EFC;
}
</style>
background-color css
<style>
a { background-color: #C71EFC; }
a { background-color: rgb(199,30,252); }
div.DivClassName
{
background-color: #C71EFC;
}
.BgClassName
{
background-color: #C71EFC;
}
</style>
border-color css
<style>
span { border-color: #C71EFC; }
span { border-color: rgb(199,30,252); }
td.TdClassName
{
border-color: #C71EFC;
}
.TagClassName
{
border-color: #C71EFC;
}
</style>