Shades of Electric Purple #C801EC
Tints of Electric Purple #C801EC
RGB
CMYK
RGB Variations
Color information
#C801EC (or 0xC801EC) is known color: Electric Purple. HEX triplet: C8, 01 and EC. RGB value is (200,1,236). Sum of RGB (Red+Green+Blue) = 200+1+236=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #C801EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C801EC is #37FE13. Grayscale: #565656. Windows color (decimal): -3669524 or 15466952. OLE color: 15466952.
HSL color Cylindrical-coordinate representation of color #C801EC: hue angle of 290.81º 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 #C801EC is Cyan = 0.15, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 1 | 236 | - |
| CMYK | 0.15 | 1.00 | 0 | 0.07 |
| HSL | 290.81º | 0.99% | 0.46% | - |
| HSV(B) | 290.81º | 1% | 0.93% | - |
| XYZ | 38.97 | 18.36 | 80.85 | - |
| YUV | 87.29 | 211.93 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 236 | 0.15 | 1.00 | 0 | 0.07 | 290.81 | 0.99 | 0.46 |
| Hex | C8 | 1 | EC | F | 64 | 0 | 7 | 123 | 63 | 2E |
| Octal | 310 | 1 | 354 | 17 | 144 | 0 | 7 | 443 | 143 | 56 |
| Binary | 11001000 | 1 | 11101100 | 1111 | 1100100 | 0 | 111 | 100100011 | 1100011 | 101110 |
Color Harmonies of #C801EC
Complementary color
Monochromatic Colors of #C801EC
Black with #C801EC
Text Example
Text Example
White with #C801EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C801EC; }
p { color: rgb(200,1,236); }
H1.HeaderClassName
{
color: #C801EC;
}
.AnyTagClassName
{
color: #C801EC;
}
</style>
background-color css
<style>
a { background-color: #C801EC; }
a { background-color: rgb(200,1,236); }
div.DivClassName
{
background-color: #C801EC;
}
.BgClassName
{
background-color: #C801EC;
}
</style>
border-color css
<style>
span { border-color: #C801EC; }
span { border-color: rgb(200,1,236); }
td.TdClassName
{
border-color: #C801EC;
}
.TagClassName
{
border-color: #C801EC;
}
</style>