Shades of Electric Purple #C51CFC
Tints of Electric Purple #C51CFC
RGB
CMYK
RGB Variations
Color information
#C51CFC (or 0xC51CFC) is known color: Electric Purple. HEX triplet: C5, 1C and FC. RGB value is (197,28,252). Sum of RGB (Red+Green+Blue) = 197+28+252=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 28 (11.33% from 255 or 5.87% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #C51CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51CFC is #3AE303. Grayscale: #676767. Windows color (decimal): -3859204 or 16522437. OLE color: 16522437.
HSL color Cylindrical-coordinate representation of color #C51CFC: hue angle of 285.27º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51CFC is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 28 | 252 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.01 |
| HSL | 285.27º | 0.97% | 0.55% | - |
| HSV(B) | 285.27º | 0.89% | 0.99% | - |
| XYZ | 41.01 | 19.73 | 93.74 | - |
| YUV | 104.07 | 211.49 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 252 | 0.22 | 0.89 | 0 | 0.01 | 285.27 | 0.97 | 0.55 |
| Hex | C5 | 1C | FC | 16 | 59 | 0 | 1 | 11D | 61 | 37 |
| Octal | 305 | 34 | 374 | 26 | 131 | 0 | 1 | 435 | 141 | 67 |
| Binary | 11000101 | 11100 | 11111100 | 10110 | 1011001 | 0 | 1 | 100011101 | 1100001 | 110111 |
Color Harmonies of #C51CFC
Complementary color
Monochromatic Colors of #C51CFC
Black with #C51CFC
Text Example
Text Example
White with #C51CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51CFC; }
p { color: rgb(197,28,252); }
H1.HeaderClassName
{
color: #C51CFC;
}
.AnyTagClassName
{
color: #C51CFC;
}
</style>
background-color css
<style>
a { background-color: #C51CFC; }
a { background-color: rgb(197,28,252); }
div.DivClassName
{
background-color: #C51CFC;
}
.BgClassName
{
background-color: #C51CFC;
}
</style>
border-color css
<style>
span { border-color: #C51CFC; }
span { border-color: rgb(197,28,252); }
td.TdClassName
{
border-color: #C51CFC;
}
.TagClassName
{
border-color: #C51CFC;
}
</style>