Shades of Electric Purple #C51DEC
Tints of Electric Purple #C51DEC
RGB
CMYK
RGB Variations
Color information
#C51DEC (or 0xC51DEC) is known color: Electric Purple. HEX triplet: C5, 1D and EC. RGB value is (197,29,236). Sum of RGB (Red+Green+Blue) = 197+29+236=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 29 (11.72% from 255 or 6.28% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #C51DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51DEC is #3AE213. Grayscale: #666666. Windows color (decimal): -3858964 or 15474117. OLE color: 15474117.
HSL color Cylindrical-coordinate representation of color #C51DEC: hue angle of 288.7º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51DEC is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 29 | 236 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.07 |
| HSL | 288.7º | 0.84% | 0.52% | - |
| HSV(B) | 288.7º | 0.88% | 0.93% | - |
| XYZ | 38.61 | 18.81 | 80.95 | - |
| YUV | 102.83 | 203.16 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 236 | 0.17 | 0.88 | 0 | 0.07 | 288.7 | 0.84 | 0.52 |
| Hex | C5 | 1D | EC | 11 | 58 | 0 | 7 | 121 | 54 | 34 |
| Octal | 305 | 35 | 354 | 21 | 130 | 0 | 7 | 441 | 124 | 64 |
| Binary | 11000101 | 11101 | 11101100 | 10001 | 1011000 | 0 | 111 | 100100001 | 1010100 | 110100 |
Color Harmonies of #C51DEC
Complementary color
Monochromatic Colors of #C51DEC
Black with #C51DEC
Text Example
Text Example
White with #C51DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51DEC; }
p { color: rgb(197,29,236); }
H1.HeaderClassName
{
color: #C51DEC;
}
.AnyTagClassName
{
color: #C51DEC;
}
</style>
background-color css
<style>
a { background-color: #C51DEC; }
a { background-color: rgb(197,29,236); }
div.DivClassName
{
background-color: #C51DEC;
}
.BgClassName
{
background-color: #C51DEC;
}
</style>
border-color css
<style>
span { border-color: #C51DEC; }
span { border-color: rgb(197,29,236); }
td.TdClassName
{
border-color: #C51DEC;
}
.TagClassName
{
border-color: #C51DEC;
}
</style>