Shades of Electric Purple #C909EC
Tints of Electric Purple #C909EC
RGB
CMYK
RGB Variations
Color information
#C909EC (or 0xC909EC) is known color: Electric Purple. HEX triplet: C9, 09 and EC. RGB value is (201,9,236). Sum of RGB (Red+Green+Blue) = 201+9+236=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 9 (3.91% from 255 or 2.02% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #C909EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C909EC is #36F613. Grayscale: #5B5B5B. Windows color (decimal): -3601940 or 15469001. OLE color: 15469001.
HSL color Cylindrical-coordinate representation of color #C909EC: hue angle of 290.75º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C909EC is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 9 | 236 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.07 |
| HSL | 290.75º | 0.93% | 0.48% | - |
| HSV(B) | 290.75º | 0.96% | 0.93% | - |
| XYZ | 39.33 | 18.67 | 80.89 | - |
| YUV | 92.29 | 209.11 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 236 | 0.15 | 0.96 | 0 | 0.07 | 290.75 | 0.93 | 0.48 |
| Hex | C9 | 9 | EC | F | 60 | 0 | 7 | 123 | 5D | 30 |
| Octal | 311 | 11 | 354 | 17 | 140 | 0 | 7 | 443 | 135 | 60 |
| Binary | 11001001 | 1001 | 11101100 | 1111 | 1100000 | 0 | 111 | 100100011 | 1011101 | 110000 |
Color Harmonies of #C909EC
Complementary color
Monochromatic Colors of #C909EC
Black with #C909EC
Text Example
Text Example
White with #C909EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C909EC; }
p { color: rgb(201,9,236); }
H1.HeaderClassName
{
color: #C909EC;
}
.AnyTagClassName
{
color: #C909EC;
}
</style>
background-color css
<style>
a { background-color: #C909EC; }
a { background-color: rgb(201,9,236); }
div.DivClassName
{
background-color: #C909EC;
}
.BgClassName
{
background-color: #C909EC;
}
</style>
border-color css
<style>
span { border-color: #C909EC; }
span { border-color: rgb(201,9,236); }
td.TdClassName
{
border-color: #C909EC;
}
.TagClassName
{
border-color: #C909EC;
}
</style>