Shades of Electric Purple #C01EEB
Tints of Electric Purple #C01EEB
RGB
CMYK
RGB Variations
Color information
#C01EEB (or 0xC01EEB) is known color: Electric Purple. HEX triplet: C0, 1E and EB. RGB value is (192,30,235). Sum of RGB (Red+Green+Blue) = 192+30+235=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 30 (12.11% from 255 or 6.56% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #C01EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01EEB is #3FE114. Grayscale: #656565. Windows color (decimal): -4186389 or 15408832. OLE color: 15408832.
HSL color Cylindrical-coordinate representation of color #C01EEB: hue angle of 287.41º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01EEB is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 30 | 235 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.08 |
| HSL | 287.41º | 0.84% | 0.52% | - |
| HSV(B) | 287.41º | 0.87% | 0.92% | - |
| XYZ | 37.2 | 18.13 | 80.14 | - |
| YUV | 101.81 | 203.17 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 235 | 0.18 | 0.87 | 0 | 0.08 | 287.41 | 0.84 | 0.52 |
| Hex | C0 | 1E | EB | 12 | 57 | 0 | 8 | 11F | 54 | 34 |
| Octal | 300 | 36 | 353 | 22 | 127 | 0 | 10 | 437 | 124 | 64 |
| Binary | 11000000 | 11110 | 11101011 | 10010 | 1010111 | 0 | 1000 | 100011111 | 1010100 | 110100 |
Color Harmonies of #C01EEB
Complementary color
Monochromatic Colors of #C01EEB
Black with #C01EEB
Text Example
Text Example
White with #C01EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01EEB; }
p { color: rgb(192,30,235); }
H1.HeaderClassName
{
color: #C01EEB;
}
.AnyTagClassName
{
color: #C01EEB;
}
</style>
background-color css
<style>
a { background-color: #C01EEB; }
a { background-color: rgb(192,30,235); }
div.DivClassName
{
background-color: #C01EEB;
}
.BgClassName
{
background-color: #C01EEB;
}
</style>
border-color css
<style>
span { border-color: #C01EEB; }
span { border-color: rgb(192,30,235); }
td.TdClassName
{
border-color: #C01EEB;
}
.TagClassName
{
border-color: #C01EEB;
}
</style>