Shades of Electric Purple #C01CE9
Tints of Electric Purple #C01CE9
RGB
CMYK
RGB Variations
Color information
#C01CE9 (or 0xC01CE9) is known color: Electric Purple. HEX triplet: C0, 1C and E9. RGB value is (192,28,233). Sum of RGB (Red+Green+Blue) = 192+28+233=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 28 (11.33% from 255 or 6.18% from 453); Blue value is 233 (91.41% from 255 or 51.43% from 453); Max value from RGB is 233 - color contains mainly: blue. Hex color #C01CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01CE9 is #3FE316. Grayscale: #636363. Windows color (decimal): -4186903 or 15277248. OLE color: 15277248.
HSL color Cylindrical-coordinate representation of color #C01CE9: hue angle of 288º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01CE9 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 28 | 233 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.09 |
| HSL | 288º | 0.82% | 0.51% | - |
| HSV(B) | 288º | 0.88% | 0.91% | - |
| XYZ | 36.86 | 17.92 | 78.61 | - |
| YUV | 100.41 | 202.83 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 28 | 233 | 0.18 | 0.88 | 0 | 0.09 | 288 | 0.82 | 0.51 |
| Hex | C0 | 1C | E9 | 12 | 58 | 0 | 9 | 120 | 52 | 33 |
| Octal | 300 | 34 | 351 | 22 | 130 | 0 | 11 | 440 | 122 | 63 |
| Binary | 11000000 | 11100 | 11101001 | 10010 | 1011000 | 0 | 1001 | 100100000 | 1010010 | 110011 |
Color Harmonies of #C01CE9
Complementary color
Monochromatic Colors of #C01CE9
Black with #C01CE9
Text Example
Text Example
White with #C01CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01CE9; }
p { color: rgb(192,28,233); }
H1.HeaderClassName
{
color: #C01CE9;
}
.AnyTagClassName
{
color: #C01CE9;
}
</style>
background-color css
<style>
a { background-color: #C01CE9; }
a { background-color: rgb(192,28,233); }
div.DivClassName
{
background-color: #C01CE9;
}
.BgClassName
{
background-color: #C01CE9;
}
</style>
border-color css
<style>
span { border-color: #C01CE9; }
span { border-color: rgb(192,28,233); }
td.TdClassName
{
border-color: #C01CE9;
}
.TagClassName
{
border-color: #C01CE9;
}
</style>