Shades of Electric Purple #C71FFC
Tints of Electric Purple #C71FFC
RGB
CMYK
RGB Variations
Color information
#C71FFC (or 0xC71FFC) is known color: Electric Purple. HEX triplet: C7, 1F and FC. RGB value is (199,31,252). Sum of RGB (Red+Green+Blue) = 199+31+252=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 31 (12.5% from 255 or 6.43% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #C71FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71FFC is #38E003. Grayscale: #696969. Windows color (decimal): -3727364 or 16523207. OLE color: 16523207.
HSL color Cylindrical-coordinate representation of color #C71FFC: hue angle of 285.61º 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 #C71FFC is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 31 | 252 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.01 |
| HSL | 285.61º | 0.97% | 0.55% | - |
| HSV(B) | 285.61º | 0.88% | 0.99% | - |
| XYZ | 41.61 | 20.15 | 93.79 | - |
| YUV | 106.43 | 210.16 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 31 | 252 | 0.21 | 0.88 | 0 | 0.01 | 285.61 | 0.97 | 0.55 |
| Hex | C7 | 1F | FC | 15 | 58 | 0 | 1 | 11E | 61 | 37 |
| Octal | 307 | 37 | 374 | 25 | 130 | 0 | 1 | 436 | 141 | 67 |
| Binary | 11000111 | 11111 | 11111100 | 10101 | 1011000 | 0 | 1 | 100011110 | 1100001 | 110111 |
Color Harmonies of #C71FFC
Complementary color
Monochromatic Colors of #C71FFC
Black with #C71FFC
Text Example
Text Example
White with #C71FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71FFC; }
p { color: rgb(199,31,252); }
H1.HeaderClassName
{
color: #C71FFC;
}
.AnyTagClassName
{
color: #C71FFC;
}
</style>
background-color css
<style>
a { background-color: #C71FFC; }
a { background-color: rgb(199,31,252); }
div.DivClassName
{
background-color: #C71FFC;
}
.BgClassName
{
background-color: #C71FFC;
}
</style>
border-color css
<style>
span { border-color: #C71FFC; }
span { border-color: rgb(199,31,252); }
td.TdClassName
{
border-color: #C71FFC;
}
.TagClassName
{
border-color: #C71FFC;
}
</style>