Shades of Electric Purple #C511FB
Tints of Electric Purple #C511FB
RGB
CMYK
RGB Variations
Color information
#C511FB (or 0xC511FB) is known color: Electric Purple. HEX triplet: C5, 11 and FB. RGB value is (197,17,251). Sum of RGB (Red+Green+Blue) = 197+17+251=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 17 (7.03% from 255 or 3.66% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #C511FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C511FB is #3AEE04. Grayscale: #606060. Windows color (decimal): -3862021 or 16454085. OLE color: 16454085.
HSL color Cylindrical-coordinate representation of color #C511FB: hue angle of 286.15º 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 #C511FB is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 17 | 251 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.02 |
| HSL | 286.15º | 0.97% | 0.53% | - |
| HSV(B) | 286.15º | 0.93% | 0.98% | - |
| XYZ | 40.64 | 19.24 | 92.84 | - |
| YUV | 97.5 | 214.63 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 251 | 0.22 | 0.93 | 0 | 0.02 | 286.15 | 0.97 | 0.53 |
| Hex | C5 | 11 | FB | 16 | 5D | 0 | 2 | 11E | 61 | 35 |
| Octal | 305 | 21 | 373 | 26 | 135 | 0 | 2 | 436 | 141 | 65 |
| Binary | 11000101 | 10001 | 11111011 | 10110 | 1011101 | 0 | 10 | 100011110 | 1100001 | 110101 |
Color Harmonies of #C511FB
Complementary color
Monochromatic Colors of #C511FB
Black with #C511FB
Text Example
Text Example
White with #C511FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C511FB; }
p { color: rgb(197,17,251); }
H1.HeaderClassName
{
color: #C511FB;
}
.AnyTagClassName
{
color: #C511FB;
}
</style>
background-color css
<style>
a { background-color: #C511FB; }
a { background-color: rgb(197,17,251); }
div.DivClassName
{
background-color: #C511FB;
}
.BgClassName
{
background-color: #C511FB;
}
</style>
border-color css
<style>
span { border-color: #C511FB; }
span { border-color: rgb(197,17,251); }
td.TdClassName
{
border-color: #C511FB;
}
.TagClassName
{
border-color: #C511FB;
}
</style>