Shades of Electric Purple #C028EC
Tints of Electric Purple #C028EC
RGB
CMYK
RGB Variations
Color information
#C028EC (or 0xC028EC) is known color: Electric Purple. HEX triplet: C0, 28 and EC. RGB value is (192,40,236). Sum of RGB (Red+Green+Blue) = 192+40+236=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 40 (16.02% from 255 or 8.55% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #C028EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C028EC is #3FD713. Grayscale: #6B6B6B. Windows color (decimal): -4183828 or 15476928. OLE color: 15476928.
HSL color Cylindrical-coordinate representation of color #C028EC: hue angle of 286.53º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C028EC is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 40 | 236 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.07 |
| HSL | 286.53º | 0.84% | 0.54% | - |
| HSV(B) | 286.53º | 0.83% | 0.93% | - |
| XYZ | 37.64 | 18.78 | 81 | - |
| YUV | 107.79 | 200.36 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 236 | 0.19 | 0.83 | 0 | 0.07 | 286.53 | 0.84 | 0.54 |
| Hex | C0 | 28 | EC | 13 | 53 | 0 | 7 | 11F | 54 | 36 |
| Octal | 300 | 50 | 354 | 23 | 123 | 0 | 7 | 437 | 124 | 66 |
| Binary | 11000000 | 101000 | 11101100 | 10011 | 1010011 | 0 | 111 | 100011111 | 1010100 | 110110 |
Color Harmonies of #C028EC
Complementary color
Monochromatic Colors of #C028EC
Black with #C028EC
Text Example
Text Example
White with #C028EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C028EC; }
p { color: rgb(192,40,236); }
H1.HeaderClassName
{
color: #C028EC;
}
.AnyTagClassName
{
color: #C028EC;
}
</style>
background-color css
<style>
a { background-color: #C028EC; }
a { background-color: rgb(192,40,236); }
div.DivClassName
{
background-color: #C028EC;
}
.BgClassName
{
background-color: #C028EC;
}
</style>
border-color css
<style>
span { border-color: #C028EC; }
span { border-color: rgb(192,40,236); }
td.TdClassName
{
border-color: #C028EC;
}
.TagClassName
{
border-color: #C028EC;
}
</style>