Shades of Electric Purple #C023EE
Tints of Electric Purple #C023EE
RGB
CMYK
RGB Variations
Color information
#C023EE (or 0xC023EE) is known color: Electric Purple. HEX triplet: C0, 23 and EE. RGB value is (192,35,238). Sum of RGB (Red+Green+Blue) = 192+35+238=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 35 (14.06% from 255 or 7.53% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #C023EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C023EE is #3FDC11. Grayscale: #686868. Windows color (decimal): -4185106 or 15606720. OLE color: 15606720.
HSL color Cylindrical-coordinate representation of color #C023EE: hue angle of 286.4º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C023EE is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 35 | 238 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.07 |
| HSL | 286.4º | 0.86% | 0.54% | - |
| HSV(B) | 286.4º | 0.85% | 0.93% | - |
| XYZ | 37.77 | 18.58 | 82.48 | - |
| YUV | 105.09 | 203.01 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 238 | 0.19 | 0.85 | 0 | 0.07 | 286.4 | 0.86 | 0.54 |
| Hex | C0 | 23 | EE | 13 | 55 | 0 | 7 | 11E | 56 | 36 |
| Octal | 300 | 43 | 356 | 23 | 125 | 0 | 7 | 436 | 126 | 66 |
| Binary | 11000000 | 100011 | 11101110 | 10011 | 1010101 | 0 | 111 | 100011110 | 1010110 | 110110 |
Color Harmonies of #C023EE
Complementary color
Monochromatic Colors of #C023EE
Black with #C023EE
Text Example
Text Example
White with #C023EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C023EE; }
p { color: rgb(192,35,238); }
H1.HeaderClassName
{
color: #C023EE;
}
.AnyTagClassName
{
color: #C023EE;
}
</style>
background-color css
<style>
a { background-color: #C023EE; }
a { background-color: rgb(192,35,238); }
div.DivClassName
{
background-color: #C023EE;
}
.BgClassName
{
background-color: #C023EE;
}
</style>
border-color css
<style>
span { border-color: #C023EE; }
span { border-color: rgb(192,35,238); }
td.TdClassName
{
border-color: #C023EE;
}
.TagClassName
{
border-color: #C023EE;
}
</style>