Shades of Electric Purple #C023EA
Tints of Electric Purple #C023EA
RGB
CMYK
RGB Variations
Color information
#C023EA (or 0xC023EA) is known color: Electric Purple. HEX triplet: C0, 23 and EA. RGB value is (192,35,234). Sum of RGB (Red+Green+Blue) = 192+35+234=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 35 (14.06% from 255 or 7.59% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #C023EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C023EA is #3FDC15. Grayscale: #676767. Windows color (decimal): -4185110 or 15344576. OLE color: 15344576.
HSL color Cylindrical-coordinate representation of color #C023EA: hue angle of 287.34º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C023EA is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 35 | 234 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.08 |
| HSL | 287.34º | 0.83% | 0.53% | - |
| HSV(B) | 287.34º | 0.85% | 0.92% | - |
| XYZ | 37.19 | 18.35 | 79.42 | - |
| YUV | 104.63 | 201.01 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 234 | 0.18 | 0.85 | 0 | 0.08 | 287.34 | 0.83 | 0.53 |
| Hex | C0 | 23 | EA | 12 | 55 | 0 | 8 | 11F | 53 | 35 |
| Octal | 300 | 43 | 352 | 22 | 125 | 0 | 10 | 437 | 123 | 65 |
| Binary | 11000000 | 100011 | 11101010 | 10010 | 1010101 | 0 | 1000 | 100011111 | 1010011 | 110101 |
Color Harmonies of #C023EA
Complementary color
Monochromatic Colors of #C023EA
Black with #C023EA
Text Example
Text Example
White with #C023EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C023EA; }
p { color: rgb(192,35,234); }
H1.HeaderClassName
{
color: #C023EA;
}
.AnyTagClassName
{
color: #C023EA;
}
</style>
background-color css
<style>
a { background-color: #C023EA; }
a { background-color: rgb(192,35,234); }
div.DivClassName
{
background-color: #C023EA;
}
.BgClassName
{
background-color: #C023EA;
}
</style>
border-color css
<style>
span { border-color: #C023EA; }
span { border-color: rgb(192,35,234); }
td.TdClassName
{
border-color: #C023EA;
}
.TagClassName
{
border-color: #C023EA;
}
</style>