Shades of Electric Purple #C51DFC
Tints of Electric Purple #C51DFC
RGB
CMYK
RGB Variations
Color information
#C51DFC (or 0xC51DFC) is known color: Electric Purple. HEX triplet: C5, 1D and FC. RGB value is (197,29,252). Sum of RGB (Red+Green+Blue) = 197+29+252=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 29 (11.72% from 255 or 6.07% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #C51DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51DFC is #3AE203. Grayscale: #676767. Windows color (decimal): -3858948 or 16522693. OLE color: 16522693.
HSL color Cylindrical-coordinate representation of color #C51DFC: hue angle of 285.2º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51DFC is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 29 | 252 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.01 |
| HSL | 285.2º | 0.97% | 0.55% | - |
| HSV(B) | 285.2º | 0.88% | 0.99% | - |
| XYZ | 41.04 | 19.78 | 93.75 | - |
| YUV | 104.65 | 211.16 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 252 | 0.22 | 0.88 | 0 | 0.01 | 285.2 | 0.97 | 0.55 |
| Hex | C5 | 1D | FC | 16 | 58 | 0 | 1 | 11D | 61 | 37 |
| Octal | 305 | 35 | 374 | 26 | 130 | 0 | 1 | 435 | 141 | 67 |
| Binary | 11000101 | 11101 | 11111100 | 10110 | 1011000 | 0 | 1 | 100011101 | 1100001 | 110111 |
Color Harmonies of #C51DFC
Complementary color
Monochromatic Colors of #C51DFC
Black with #C51DFC
Text Example
Text Example
White with #C51DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51DFC; }
p { color: rgb(197,29,252); }
H1.HeaderClassName
{
color: #C51DFC;
}
.AnyTagClassName
{
color: #C51DFC;
}
</style>
background-color css
<style>
a { background-color: #C51DFC; }
a { background-color: rgb(197,29,252); }
div.DivClassName
{
background-color: #C51DFC;
}
.BgClassName
{
background-color: #C51DFC;
}
</style>
border-color css
<style>
span { border-color: #C51DFC; }
span { border-color: rgb(197,29,252); }
td.TdClassName
{
border-color: #C51DFC;
}
.TagClassName
{
border-color: #C51DFC;
}
</style>