Shades of Electric Purple #C425EC
Tints of Electric Purple #C425EC
RGB
CMYK
RGB Variations
Color information
#C425EC (or 0xC425EC) is known color: Electric Purple. HEX triplet: C4, 25 and EC. RGB value is (196,37,236). Sum of RGB (Red+Green+Blue) = 196+37+236=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 37 (14.84% from 255 or 7.89% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #C425EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C425EC is #3BDA13. Grayscale: #6A6A6A. Windows color (decimal): -3922452 or 15476164. OLE color: 15476164.
HSL color Cylindrical-coordinate representation of color #C425EC: hue angle of 287.94º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C425EC is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 37 | 236 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.07 |
| HSL | 287.94º | 0.84% | 0.54% | - |
| HSV(B) | 287.94º | 0.84% | 0.93% | - |
| XYZ | 38.57 | 19.12 | 81.01 | - |
| YUV | 107.23 | 200.68 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 236 | 0.17 | 0.84 | 0 | 0.07 | 287.94 | 0.84 | 0.54 |
| Hex | C4 | 25 | EC | 11 | 54 | 0 | 7 | 120 | 54 | 36 |
| Octal | 304 | 45 | 354 | 21 | 124 | 0 | 7 | 440 | 124 | 66 |
| Binary | 11000100 | 100101 | 11101100 | 10001 | 1010100 | 0 | 111 | 100100000 | 1010100 | 110110 |
Color Harmonies of #C425EC
Complementary color
Monochromatic Colors of #C425EC
Black with #C425EC
Text Example
Text Example
White with #C425EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C425EC; }
p { color: rgb(196,37,236); }
H1.HeaderClassName
{
color: #C425EC;
}
.AnyTagClassName
{
color: #C425EC;
}
</style>
background-color css
<style>
a { background-color: #C425EC; }
a { background-color: rgb(196,37,236); }
div.DivClassName
{
background-color: #C425EC;
}
.BgClassName
{
background-color: #C425EC;
}
</style>
border-color css
<style>
span { border-color: #C425EC; }
span { border-color: rgb(196,37,236); }
td.TdClassName
{
border-color: #C425EC;
}
.TagClassName
{
border-color: #C425EC;
}
</style>