Shades of Electric Purple #C428EE
Tints of Electric Purple #C428EE
RGB
CMYK
RGB Variations
Color information
#C428EE (or 0xC428EE) is known color: Electric Purple. HEX triplet: C4, 28 and EE. RGB value is (196,40,238). Sum of RGB (Red+Green+Blue) = 196+40+238=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 40 (16.02% from 255 or 8.44% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #C428EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C428EE is #3BD711. Grayscale: #6C6C6C. Windows color (decimal): -3921682 or 15608004. OLE color: 15608004.
HSL color Cylindrical-coordinate representation of color #C428EE: hue angle of 287.27º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C428EE is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 40 | 238 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.07 |
| HSL | 287.27º | 0.85% | 0.55% | - |
| HSV(B) | 287.27º | 0.83% | 0.93% | - |
| XYZ | 38.96 | 19.43 | 82.59 | - |
| YUV | 109.22 | 200.68 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 238 | 0.18 | 0.83 | 0 | 0.07 | 287.27 | 0.85 | 0.55 |
| Hex | C4 | 28 | EE | 12 | 53 | 0 | 7 | 11F | 55 | 37 |
| Octal | 304 | 50 | 356 | 22 | 123 | 0 | 7 | 437 | 125 | 67 |
| Binary | 11000100 | 101000 | 11101110 | 10010 | 1010011 | 0 | 111 | 100011111 | 1010101 | 110111 |
Color Harmonies of #C428EE
Complementary color
Monochromatic Colors of #C428EE
Black with #C428EE
Text Example
Text Example
White with #C428EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C428EE; }
p { color: rgb(196,40,238); }
H1.HeaderClassName
{
color: #C428EE;
}
.AnyTagClassName
{
color: #C428EE;
}
</style>
background-color css
<style>
a { background-color: #C428EE; }
a { background-color: rgb(196,40,238); }
div.DivClassName
{
background-color: #C428EE;
}
.BgClassName
{
background-color: #C428EE;
}
</style>
border-color css
<style>
span { border-color: #C428EE; }
span { border-color: rgb(196,40,238); }
td.TdClassName
{
border-color: #C428EE;
}
.TagClassName
{
border-color: #C428EE;
}
</style>