Shades of Electric Purple #C001EB
Tints of Electric Purple #C001EB
RGB
CMYK
RGB Variations
Color information
#C001EB (or 0xC001EB) is known color: Electric Purple. HEX triplet: C0, 01 and EB. RGB value is (192,1,235). Sum of RGB (Red+Green+Blue) = 192+1+235=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 1 (0.78% from 255 or 0.23% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #C001EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C001EB is #3FFE14. Grayscale: #545454. Windows color (decimal): -4193813 or 15401408. OLE color: 15401408.
HSL color Cylindrical-coordinate representation of color #C001EB: hue angle of 288.97º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C001EB is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 1 | 235 | - |
| CMYK | 0.18 | 1.00 | 0 | 0.08 |
| HSL | 288.97º | 0.99% | 0.46% | - |
| HSV(B) | 288.97º | 1% | 0.92% | - |
| XYZ | 36.74 | 17.23 | 79.99 | - |
| YUV | 84.79 | 212.78 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 235 | 0.18 | 1.00 | 0 | 0.08 | 288.97 | 0.99 | 0.46 |
| Hex | C0 | 1 | EB | 12 | 64 | 0 | 8 | 121 | 63 | 2E |
| Octal | 300 | 1 | 353 | 22 | 144 | 0 | 10 | 441 | 143 | 56 |
| Binary | 11000000 | 1 | 11101011 | 10010 | 1100100 | 0 | 1000 | 100100001 | 1100011 | 101110 |
Color Harmonies of #C001EB
Complementary color
Monochromatic Colors of #C001EB
Black with #C001EB
Text Example
Text Example
White with #C001EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C001EB; }
p { color: rgb(192,1,235); }
H1.HeaderClassName
{
color: #C001EB;
}
.AnyTagClassName
{
color: #C001EB;
}
</style>
background-color css
<style>
a { background-color: #C001EB; }
a { background-color: rgb(192,1,235); }
div.DivClassName
{
background-color: #C001EB;
}
.BgClassName
{
background-color: #C001EB;
}
</style>
border-color css
<style>
span { border-color: #C001EB; }
span { border-color: rgb(192,1,235); }
td.TdClassName
{
border-color: #C001EB;
}
.TagClassName
{
border-color: #C001EB;
}
</style>