Shades of Electric Purple #C401EC
Tints of Electric Purple #C401EC
RGB
CMYK
RGB Variations
Color information
#C401EC (or 0xC401EC) is known color: Electric Purple. HEX triplet: C4, 01 and EC. RGB value is (196,1,236). Sum of RGB (Red+Green+Blue) = 196+1+236=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 1 (0.78% from 255 or 0.23% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #C401EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C401EC is #3BFE13. Grayscale: #555555. Windows color (decimal): -3931668 or 15466948. OLE color: 15466948.
HSL color Cylindrical-coordinate representation of color #C401EC: hue angle of 289.79º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C401EC is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 1 | 236 | - |
| CMYK | 0.17 | 1.00 | 0 | 0.07 |
| HSL | 289.79º | 0.99% | 0.46% | - |
| HSV(B) | 289.79º | 1% | 0.93% | - |
| XYZ | 37.92 | 17.81 | 80.8 | - |
| YUV | 86.1 | 212.6 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 236 | 0.17 | 1.00 | 0 | 0.07 | 289.79 | 0.99 | 0.46 |
| Hex | C4 | 1 | EC | 11 | 64 | 0 | 7 | 122 | 63 | 2E |
| Octal | 304 | 1 | 354 | 21 | 144 | 0 | 7 | 442 | 143 | 56 |
| Binary | 11000100 | 1 | 11101100 | 10001 | 1100100 | 0 | 111 | 100100010 | 1100011 | 101110 |
Color Harmonies of #C401EC
Complementary color
Monochromatic Colors of #C401EC
Black with #C401EC
Text Example
Text Example
White with #C401EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C401EC; }
p { color: rgb(196,1,236); }
H1.HeaderClassName
{
color: #C401EC;
}
.AnyTagClassName
{
color: #C401EC;
}
</style>
background-color css
<style>
a { background-color: #C401EC; }
a { background-color: rgb(196,1,236); }
div.DivClassName
{
background-color: #C401EC;
}
.BgClassName
{
background-color: #C401EC;
}
</style>
border-color css
<style>
span { border-color: #C401EC; }
span { border-color: rgb(196,1,236); }
td.TdClassName
{
border-color: #C401EC;
}
.TagClassName
{
border-color: #C401EC;
}
</style>