Shades of Electric Purple #C51CFB
Tints of Electric Purple #C51CFB
RGB
CMYK
RGB Variations
Color information
#C51CFB (or 0xC51CFB) is known color: Electric Purple. HEX triplet: C5, 1C and FB. RGB value is (197,28,251). Sum of RGB (Red+Green+Blue) = 197+28+251=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 28 (11.33% from 255 or 5.88% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #C51CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51CFB is #3AE304. Grayscale: #676767. Windows color (decimal): -3859205 or 16456901. OLE color: 16456901.
HSL color Cylindrical-coordinate representation of color #C51CFB: hue angle of 285.47º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51CFB is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 28 | 251 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.02 |
| HSL | 285.47º | 0.97% | 0.55% | - |
| HSV(B) | 285.47º | 0.89% | 0.98% | - |
| XYZ | 40.85 | 19.67 | 92.91 | - |
| YUV | 103.95 | 210.99 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 251 | 0.22 | 0.89 | 0 | 0.02 | 285.47 | 0.97 | 0.55 |
| Hex | C5 | 1C | FB | 16 | 59 | 0 | 2 | 11D | 61 | 37 |
| Octal | 305 | 34 | 373 | 26 | 131 | 0 | 2 | 435 | 141 | 67 |
| Binary | 11000101 | 11100 | 11111011 | 10110 | 1011001 | 0 | 10 | 100011101 | 1100001 | 110111 |
Color Harmonies of #C51CFB
Complementary color
Monochromatic Colors of #C51CFB
Black with #C51CFB
Text Example
Text Example
White with #C51CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51CFB; }
p { color: rgb(197,28,251); }
H1.HeaderClassName
{
color: #C51CFB;
}
.AnyTagClassName
{
color: #C51CFB;
}
</style>
background-color css
<style>
a { background-color: #C51CFB; }
a { background-color: rgb(197,28,251); }
div.DivClassName
{
background-color: #C51CFB;
}
.BgClassName
{
background-color: #C51CFB;
}
</style>
border-color css
<style>
span { border-color: #C51CFB; }
span { border-color: rgb(197,28,251); }
td.TdClassName
{
border-color: #C51CFB;
}
.TagClassName
{
border-color: #C51CFB;
}
</style>