Shades of Electric Purple #C027E9
Tints of Electric Purple #C027E9
RGB
CMYK
RGB Variations
Color information
#C027E9 (or 0xC027E9) is known color: Electric Purple. HEX triplet: C0, 27 and E9. RGB value is (192,39,233). Sum of RGB (Red+Green+Blue) = 192+39+233=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 39 (15.62% from 255 or 8.41% from 464); Blue value is 233 (91.41% from 255 or 50.22% from 464); Max value from RGB is 233 - color contains mainly: blue. Hex color #C027E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C027E9 is #3FD816. Grayscale: #6A6A6A. Windows color (decimal): -4184087 or 15280064. OLE color: 15280064.
HSL color Cylindrical-coordinate representation of color #C027E9: hue angle of 287.32º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C027E9 is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 39 | 233 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.09 |
| HSL | 287.32º | 0.82% | 0.53% | - |
| HSV(B) | 287.32º | 0.83% | 0.91% | - |
| XYZ | 37.17 | 18.54 | 78.71 | - |
| YUV | 106.86 | 199.19 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 233 | 0.18 | 0.83 | 0 | 0.09 | 287.32 | 0.82 | 0.53 |
| Hex | C0 | 27 | E9 | 12 | 53 | 0 | 9 | 11F | 52 | 35 |
| Octal | 300 | 47 | 351 | 22 | 123 | 0 | 11 | 437 | 122 | 65 |
| Binary | 11000000 | 100111 | 11101001 | 10010 | 1010011 | 0 | 1001 | 100011111 | 1010010 | 110101 |
Color Harmonies of #C027E9
Complementary color
Monochromatic Colors of #C027E9
Black with #C027E9
Text Example
Text Example
White with #C027E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C027E9; }
p { color: rgb(192,39,233); }
H1.HeaderClassName
{
color: #C027E9;
}
.AnyTagClassName
{
color: #C027E9;
}
</style>
background-color css
<style>
a { background-color: #C027E9; }
a { background-color: rgb(192,39,233); }
div.DivClassName
{
background-color: #C027E9;
}
.BgClassName
{
background-color: #C027E9;
}
</style>
border-color css
<style>
span { border-color: #C027E9; }
span { border-color: rgb(192,39,233); }
td.TdClassName
{
border-color: #C027E9;
}
.TagClassName
{
border-color: #C027E9;
}
</style>