Shades of Electric Purple #C711FE
Tints of Electric Purple #C711FE
RGB
CMYK
RGB Variations
Color information
#C711FE (or 0xC711FE) is known color: Electric Purple. HEX triplet: C7, 11 and FE. RGB value is (199,17,254). Sum of RGB (Red+Green+Blue) = 199+17+254=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 17 (7.03% from 255 or 3.62% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #C711FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C711FE is #38EE01. Grayscale: #616161. Windows color (decimal): -3730946 or 16650695. OLE color: 16650695.
HSL color Cylindrical-coordinate representation of color #C711FE: hue angle of 286.08º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C711FE is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 17 | 254 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.00 |
| HSL | 286.08º | 0.99% | 0.53% | - |
| HSV(B) | 286.08º | 0.93% | 1% | - |
| XYZ | 41.64 | 19.7 | 95.37 | - |
| YUV | 98.44 | 215.8 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 254 | 0.22 | 0.93 | 0 | 0.00 | 286.08 | 0.99 | 0.53 |
| Hex | C7 | 11 | FE | 16 | 5D | 0 | 0 | 11E | 63 | 35 |
| Octal | 307 | 21 | 376 | 26 | 135 | 0 | 0 | 436 | 143 | 65 |
| Binary | 11000111 | 10001 | 11111110 | 10110 | 1011101 | 0 | 0 | 100011110 | 1100011 | 110101 |
Color Harmonies of #C711FE
Complementary color
Monochromatic Colors of #C711FE
Black with #C711FE
Text Example
Text Example
White with #C711FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C711FE; }
p { color: rgb(199,17,254); }
H1.HeaderClassName
{
color: #C711FE;
}
.AnyTagClassName
{
color: #C711FE;
}
</style>
background-color css
<style>
a { background-color: #C711FE; }
a { background-color: rgb(199,17,254); }
div.DivClassName
{
background-color: #C711FE;
}
.BgClassName
{
background-color: #C711FE;
}
</style>
border-color css
<style>
span { border-color: #C711FE; }
span { border-color: rgb(199,17,254); }
td.TdClassName
{
border-color: #C711FE;
}
.TagClassName
{
border-color: #C711FE;
}
</style>