Shades of Electric Purple #C026E4
Tints of Electric Purple #C026E4
RGB
CMYK
RGB Variations
Color information
#C026E4 (or 0xC026E4) is known color: Electric Purple. HEX triplet: C0, 26 and E4. RGB value is (192,38,228). Sum of RGB (Red+Green+Blue) = 192+38+228=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 38 (15.23% from 255 or 8.30% from 458); Blue value is 228 (89.45% from 255 or 49.78% from 458); Max value from RGB is 228 - color contains mainly: blue. Hex color #C026E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C026E4 is #3FD91B. Grayscale: #696969. Windows color (decimal): -4184348 or 14952128. OLE color: 14952128.
HSL color Cylindrical-coordinate representation of color #C026E4: hue angle of 288.63º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C026E4 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 38 | 228 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.11 |
| HSL | 288.63º | 0.78% | 0.52% | - |
| HSV(B) | 288.63º | 0.83% | 0.89% | - |
| XYZ | 36.43 | 18.19 | 74.99 | - |
| YUV | 105.71 | 197.02 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 228 | 0.16 | 0.83 | 0 | 0.11 | 288.63 | 0.78 | 0.52 |
| Hex | C0 | 26 | E4 | 10 | 53 | 0 | B | 121 | 4E | 34 |
| Octal | 300 | 46 | 344 | 20 | 123 | 0 | 13 | 441 | 116 | 64 |
| Binary | 11000000 | 100110 | 11100100 | 10000 | 1010011 | 0 | 1011 | 100100001 | 1001110 | 110100 |
Color Harmonies of #C026E4
Complementary color
Monochromatic Colors of #C026E4
Black with #C026E4
Text Example
Text Example
White with #C026E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C026E4; }
p { color: rgb(192,38,228); }
H1.HeaderClassName
{
color: #C026E4;
}
.AnyTagClassName
{
color: #C026E4;
}
</style>
background-color css
<style>
a { background-color: #C026E4; }
a { background-color: rgb(192,38,228); }
div.DivClassName
{
background-color: #C026E4;
}
.BgClassName
{
background-color: #C026E4;
}
</style>
border-color css
<style>
span { border-color: #C026E4; }
span { border-color: rgb(192,38,228); }
td.TdClassName
{
border-color: #C026E4;
}
.TagClassName
{
border-color: #C026E4;
}
</style>