Shades of Electric Purple #C511FC
Tints of Electric Purple #C511FC
RGB
CMYK
RGB Variations
Color information
#C511FC (or 0xC511FC) is known color: Electric Purple. HEX triplet: C5, 11 and FC. RGB value is (197,17,252). Sum of RGB (Red+Green+Blue) = 197+17+252=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 17 (7.03% from 255 or 3.65% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #C511FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C511FC is #3AEE03. Grayscale: #606060. Windows color (decimal): -3862020 or 16519621. OLE color: 16519621.
HSL color Cylindrical-coordinate representation of color #C511FC: hue angle of 285.96º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C511FC is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 17 | 252 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.01 |
| HSL | 285.96º | 0.98% | 0.53% | - |
| HSV(B) | 285.96º | 0.93% | 0.99% | - |
| XYZ | 40.8 | 19.3 | 93.67 | - |
| YUV | 97.61 | 215.13 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 252 | 0.22 | 0.93 | 0 | 0.01 | 285.96 | 0.98 | 0.53 |
| Hex | C5 | 11 | FC | 16 | 5D | 0 | 1 | 11E | 62 | 35 |
| Octal | 305 | 21 | 374 | 26 | 135 | 0 | 1 | 436 | 142 | 65 |
| Binary | 11000101 | 10001 | 11111100 | 10110 | 1011101 | 0 | 1 | 100011110 | 1100010 | 110101 |
Color Harmonies of #C511FC
Complementary color
Monochromatic Colors of #C511FC
Black with #C511FC
Text Example
Text Example
White with #C511FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C511FC; }
p { color: rgb(197,17,252); }
H1.HeaderClassName
{
color: #C511FC;
}
.AnyTagClassName
{
color: #C511FC;
}
</style>
background-color css
<style>
a { background-color: #C511FC; }
a { background-color: rgb(197,17,252); }
div.DivClassName
{
background-color: #C511FC;
}
.BgClassName
{
background-color: #C511FC;
}
</style>
border-color css
<style>
span { border-color: #C511FC; }
span { border-color: rgb(197,17,252); }
td.TdClassName
{
border-color: #C511FC;
}
.TagClassName
{
border-color: #C511FC;
}
</style>