Shades of Electric Purple #C425E9
Tints of Electric Purple #C425E9
RGB
CMYK
RGB Variations
Color information
#C425E9 (or 0xC425E9) is known color: Electric Purple. HEX triplet: C4, 25 and E9. RGB value is (196,37,233). Sum of RGB (Red+Green+Blue) = 196+37+233=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 37 (14.84% from 255 or 7.94% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #C425E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C425E9 is #3BDA16. Grayscale: #6A6A6A. Windows color (decimal): -3922455 or 15279556. OLE color: 15279556.
HSL color Cylindrical-coordinate representation of color #C425E9: hue angle of 288.67º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C425E9 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 37 | 233 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.09 |
| HSL | 288.67º | 0.82% | 0.53% | - |
| HSV(B) | 288.67º | 0.84% | 0.91% | - |
| XYZ | 38.13 | 18.94 | 78.74 | - |
| YUV | 106.89 | 199.18 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 233 | 0.16 | 0.84 | 0 | 0.09 | 288.67 | 0.82 | 0.53 |
| Hex | C4 | 25 | E9 | 10 | 54 | 0 | 9 | 121 | 52 | 35 |
| Octal | 304 | 45 | 351 | 20 | 124 | 0 | 11 | 441 | 122 | 65 |
| Binary | 11000100 | 100101 | 11101001 | 10000 | 1010100 | 0 | 1001 | 100100001 | 1010010 | 110101 |
Color Harmonies of #C425E9
Complementary color
Monochromatic Colors of #C425E9
Black with #C425E9
Text Example
Text Example
White with #C425E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C425E9; }
p { color: rgb(196,37,233); }
H1.HeaderClassName
{
color: #C425E9;
}
.AnyTagClassName
{
color: #C425E9;
}
</style>
background-color css
<style>
a { background-color: #C425E9; }
a { background-color: rgb(196,37,233); }
div.DivClassName
{
background-color: #C425E9;
}
.BgClassName
{
background-color: #C425E9;
}
</style>
border-color css
<style>
span { border-color: #C425E9; }
span { border-color: rgb(196,37,233); }
td.TdClassName
{
border-color: #C425E9;
}
.TagClassName
{
border-color: #C425E9;
}
</style>