Shades of Electric Purple #C711FF
Tints of Electric Purple #C711FF
RGB
CMYK
RGB Variations
Color information
#C711FF (or 0xC711FF) is known color: Electric Purple. HEX triplet: C7, 11 and FF. RGB value is (199,17,255). Sum of RGB (Red+Green+Blue) = 199+17+255=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 17 (7.03% from 255 or 3.61% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #C711FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C711FF is #38EE00. Grayscale: #616161. Windows color (decimal): -3730945 or 16716231. OLE color: 16716231.
HSL color Cylindrical-coordinate representation of color #C711FF: hue angle of 285.88º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C711FF is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 17 | 255 | - |
| CMYK | 0.22 | 0.93 | 0 | 0 |
| HSL | 285.88º | 1% | 0.53% | - |
| HSV(B) | 285.88º | 0.93% | 1% | - |
| XYZ | 41.8 | 19.76 | 96.22 | - |
| YUV | 98.55 | 216.3 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 255 | 0.22 | 0.93 | 0 | 0 | 285.88 | 1 | 0.53 |
| Hex | C7 | 11 | FF | 16 | 5D | 0 | 0 | 11E | 64 | 35 |
| Octal | 307 | 21 | 377 | 26 | 135 | 0 | 0 | 436 | 144 | 65 |
| Binary | 11000111 | 10001 | 11111111 | 10110 | 1011101 | 0 | 0 | 100011110 | 1100100 | 110101 |
Color Harmonies of #C711FF
Complementary color
Monochromatic Colors of #C711FF
Black with #C711FF
Text Example
Text Example
White with #C711FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C711FF; }
p { color: rgb(199,17,255); }
H1.HeaderClassName
{
color: #C711FF;
}
.AnyTagClassName
{
color: #C711FF;
}
</style>
background-color css
<style>
a { background-color: #C711FF; }
a { background-color: rgb(199,17,255); }
div.DivClassName
{
background-color: #C711FF;
}
.BgClassName
{
background-color: #C711FF;
}
</style>
border-color css
<style>
span { border-color: #C711FF; }
span { border-color: rgb(199,17,255); }
td.TdClassName
{
border-color: #C711FF;
}
.TagClassName
{
border-color: #C711FF;
}
</style>