Shades of Electric Purple #C901EC
Tints of Electric Purple #C901EC
RGB
CMYK
RGB Variations
Color information
#C901EC (or 0xC901EC) is known color: Electric Purple. HEX triplet: C9, 01 and EC. RGB value is (201,1,236). Sum of RGB (Red+Green+Blue) = 201+1+236=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 1 (0.78% from 255 or 0.23% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #C901EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C901EC is #36FE13. Grayscale: #565656. Windows color (decimal): -3603988 or 15466953. OLE color: 15466953.
HSL color Cylindrical-coordinate representation of color #C901EC: hue angle of 291.06º 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 #C901EC is Cyan = 0.15, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 1 | 236 | - |
| CMYK | 0.15 | 1.00 | 0 | 0.07 |
| HSL | 291.06º | 0.99% | 0.46% | - |
| HSV(B) | 291.06º | 1% | 0.93% | - |
| XYZ | 39.24 | 18.5 | 80.86 | - |
| YUV | 87.59 | 211.76 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 236 | 0.15 | 1.00 | 0 | 0.07 | 291.06 | 0.99 | 0.46 |
| Hex | C9 | 1 | EC | F | 64 | 0 | 7 | 123 | 63 | 2E |
| Octal | 311 | 1 | 354 | 17 | 144 | 0 | 7 | 443 | 143 | 56 |
| Binary | 11001001 | 1 | 11101100 | 1111 | 1100100 | 0 | 111 | 100100011 | 1100011 | 101110 |
Color Harmonies of #C901EC
Complementary color
Monochromatic Colors of #C901EC
Black with #C901EC
Text Example
Text Example
White with #C901EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C901EC; }
p { color: rgb(201,1,236); }
H1.HeaderClassName
{
color: #C901EC;
}
.AnyTagClassName
{
color: #C901EC;
}
</style>
background-color css
<style>
a { background-color: #C901EC; }
a { background-color: rgb(201,1,236); }
div.DivClassName
{
background-color: #C901EC;
}
.BgClassName
{
background-color: #C901EC;
}
</style>
border-color css
<style>
span { border-color: #C901EC; }
span { border-color: rgb(201,1,236); }
td.TdClassName
{
border-color: #C901EC;
}
.TagClassName
{
border-color: #C901EC;
}
</style>