Shades of Electric Purple #C428E4
Tints of Electric Purple #C428E4
RGB
CMYK
RGB Variations
Color information
#C428E4 (or 0xC428E4) is known color: Electric Purple. HEX triplet: C4, 28 and E4. RGB value is (196,40,228). Sum of RGB (Red+Green+Blue) = 196+40+228=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 40 (16.02% from 255 or 8.62% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #C428E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C428E4 is #3BD71B. Grayscale: #6B6B6B. Windows color (decimal): -3921692 or 14952644. OLE color: 14952644.
HSL color Cylindrical-coordinate representation of color #C428E4: hue angle of 289.79º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C428E4 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 40 | 228 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.11 |
| HSL | 289.79º | 0.78% | 0.53% | - |
| HSV(B) | 289.79º | 0.82% | 0.89% | - |
| XYZ | 37.53 | 18.85 | 75.06 | - |
| YUV | 108.08 | 195.68 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 228 | 0.14 | 0.82 | 0 | 0.11 | 289.79 | 0.78 | 0.53 |
| Hex | C4 | 28 | E4 | E | 52 | 0 | B | 122 | 4E | 35 |
| Octal | 304 | 50 | 344 | 16 | 122 | 0 | 13 | 442 | 116 | 65 |
| Binary | 11000100 | 101000 | 11100100 | 1110 | 1010010 | 0 | 1011 | 100100010 | 1001110 | 110101 |
Color Harmonies of #C428E4
Complementary color
Monochromatic Colors of #C428E4
Black with #C428E4
Text Example
Text Example
White with #C428E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C428E4; }
p { color: rgb(196,40,228); }
H1.HeaderClassName
{
color: #C428E4;
}
.AnyTagClassName
{
color: #C428E4;
}
</style>
background-color css
<style>
a { background-color: #C428E4; }
a { background-color: rgb(196,40,228); }
div.DivClassName
{
background-color: #C428E4;
}
.BgClassName
{
background-color: #C428E4;
}
</style>
border-color css
<style>
span { border-color: #C428E4; }
span { border-color: rgb(196,40,228); }
td.TdClassName
{
border-color: #C428E4;
}
.TagClassName
{
border-color: #C428E4;
}
</style>