Shades of Electric Purple #C01CE3
Tints of Electric Purple #C01CE3
RGB
CMYK
RGB Variations
Color information
#C01CE3 (or 0xC01CE3) is known color: Electric Purple. HEX triplet: C0, 1C and E3. RGB value is (192,28,227). Sum of RGB (Red+Green+Blue) = 192+28+227=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 28 (11.33% from 255 or 6.26% from 447); Blue value is 227 (89.06% from 255 or 50.78% from 447); Max value from RGB is 227 - color contains mainly: blue. Hex color #C01CE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01CE3 is #3FE31C. Grayscale: #636363. Windows color (decimal): -4186909 or 14884032. OLE color: 14884032.
HSL color Cylindrical-coordinate representation of color #C01CE3: hue angle of 289.45º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01CE3 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 28 | 227 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.11 |
| HSL | 289.45º | 0.78% | 0.5% | - |
| HSV(B) | 289.45º | 0.88% | 0.89% | - |
| XYZ | 36.02 | 17.58 | 74.17 | - |
| YUV | 99.72 | 199.83 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 28 | 227 | 0.15 | 0.88 | 0 | 0.11 | 289.45 | 0.78 | 0.5 |
| Hex | C0 | 1C | E3 | F | 58 | 0 | B | 121 | 4E | 32 |
| Octal | 300 | 34 | 343 | 17 | 130 | 0 | 13 | 441 | 116 | 62 |
| Binary | 11000000 | 11100 | 11100011 | 1111 | 1011000 | 0 | 1011 | 100100001 | 1001110 | 110010 |
Color Harmonies of #C01CE3
Complementary color
Monochromatic Colors of #C01CE3
Black with #C01CE3
Text Example
Text Example
White with #C01CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01CE3; }
p { color: rgb(192,28,227); }
H1.HeaderClassName
{
color: #C01CE3;
}
.AnyTagClassName
{
color: #C01CE3;
}
</style>
background-color css
<style>
a { background-color: #C01CE3; }
a { background-color: rgb(192,28,227); }
div.DivClassName
{
background-color: #C01CE3;
}
.BgClassName
{
background-color: #C01CE3;
}
</style>
border-color css
<style>
span { border-color: #C01CE3; }
span { border-color: rgb(192,28,227); }
td.TdClassName
{
border-color: #C01CE3;
}
.TagClassName
{
border-color: #C01CE3;
}
</style>