Shades of Electric Purple #C711FB
Tints of Electric Purple #C711FB
RGB
CMYK
RGB Variations
Color information
#C711FB (or 0xC711FB) is known color: Electric Purple. HEX triplet: C7, 11 and FB. RGB value is (199,17,251). Sum of RGB (Red+Green+Blue) = 199+17+251=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 17 (7.03% from 255 or 3.64% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #C711FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C711FB is #38EE04. Grayscale: #616161. Windows color (decimal): -3730949 or 16454087. OLE color: 16454087.
HSL color Cylindrical-coordinate representation of color #C711FB: hue angle of 286.67º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C711FB is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 17 | 251 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.02 |
| HSL | 286.67º | 0.97% | 0.53% | - |
| HSV(B) | 286.67º | 0.93% | 0.98% | - |
| XYZ | 41.17 | 19.51 | 92.86 | - |
| YUV | 98.09 | 214.3 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 251 | 0.21 | 0.93 | 0 | 0.02 | 286.67 | 0.97 | 0.53 |
| Hex | C7 | 11 | FB | 15 | 5D | 0 | 2 | 11F | 61 | 35 |
| Octal | 307 | 21 | 373 | 25 | 135 | 0 | 2 | 437 | 141 | 65 |
| Binary | 11000111 | 10001 | 11111011 | 10101 | 1011101 | 0 | 10 | 100011111 | 1100001 | 110101 |
Color Harmonies of #C711FB
Complementary color
Monochromatic Colors of #C711FB
Black with #C711FB
Text Example
Text Example
White with #C711FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C711FB; }
p { color: rgb(199,17,251); }
H1.HeaderClassName
{
color: #C711FB;
}
.AnyTagClassName
{
color: #C711FB;
}
</style>
background-color css
<style>
a { background-color: #C711FB; }
a { background-color: rgb(199,17,251); }
div.DivClassName
{
background-color: #C711FB;
}
.BgClassName
{
background-color: #C711FB;
}
</style>
border-color css
<style>
span { border-color: #C711FB; }
span { border-color: rgb(199,17,251); }
td.TdClassName
{
border-color: #C711FB;
}
.TagClassName
{
border-color: #C711FB;
}
</style>