Shades of Electric Purple #C401EB
Tints of Electric Purple #C401EB
RGB
CMYK
RGB Variations
Color information
#C401EB (or 0xC401EB) is known color: Electric Purple. HEX triplet: C4, 01 and EB. RGB value is (196,1,235). Sum of RGB (Red+Green+Blue) = 196+1+235=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 1 (0.78% from 255 or 0.23% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #C401EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C401EB is #3BFE14. Grayscale: #555555. Windows color (decimal): -3931669 or 15401412. OLE color: 15401412.
HSL color Cylindrical-coordinate representation of color #C401EB: hue angle of 290º 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 #C401EB is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 1 | 235 | - |
| CMYK | 0.17 | 1.00 | 0 | 0.08 |
| HSL | 290º | 0.99% | 0.46% | - |
| HSV(B) | 290º | 1% | 0.92% | - |
| XYZ | 37.77 | 17.76 | 80.03 | - |
| YUV | 85.98 | 212.1 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 235 | 0.17 | 1.00 | 0 | 0.08 | 290 | 0.99 | 0.46 |
| Hex | C4 | 1 | EB | 11 | 64 | 0 | 8 | 122 | 63 | 2E |
| Octal | 304 | 1 | 353 | 21 | 144 | 0 | 10 | 442 | 143 | 56 |
| Binary | 11000100 | 1 | 11101011 | 10001 | 1100100 | 0 | 1000 | 100100010 | 1100011 | 101110 |
Color Harmonies of #C401EB
Complementary color
Monochromatic Colors of #C401EB
Black with #C401EB
Text Example
Text Example
White with #C401EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C401EB; }
p { color: rgb(196,1,235); }
H1.HeaderClassName
{
color: #C401EB;
}
.AnyTagClassName
{
color: #C401EB;
}
</style>
background-color css
<style>
a { background-color: #C401EB; }
a { background-color: rgb(196,1,235); }
div.DivClassName
{
background-color: #C401EB;
}
.BgClassName
{
background-color: #C401EB;
}
</style>
border-color css
<style>
span { border-color: #C401EB; }
span { border-color: rgb(196,1,235); }
td.TdClassName
{
border-color: #C401EB;
}
.TagClassName
{
border-color: #C401EB;
}
</style>