Shades of Electric Purple #C903EC
Tints of Electric Purple #C903EC
RGB
CMYK
RGB Variations
Color information
#C903EC (or 0xC903EC) is known color: Electric Purple. HEX triplet: C9, 03 and EC. RGB value is (201,3,236). Sum of RGB (Red+Green+Blue) = 201+3+236=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 3 (1.56% from 255 or 0.68% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #C903EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C903EC is #36FC13. Grayscale: #585858. Windows color (decimal): -3603476 or 15467465. OLE color: 15467465.
HSL color Cylindrical-coordinate representation of color #C903EC: hue angle of 290.99º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C903EC is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 3 | 236 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.07 |
| HSL | 290.99º | 0.97% | 0.47% | - |
| HSV(B) | 290.99º | 0.99% | 0.93% | - |
| XYZ | 39.26 | 18.54 | 80.87 | - |
| YUV | 88.76 | 211.1 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 236 | 0.15 | 0.99 | 0 | 0.07 | 290.99 | 0.97 | 0.47 |
| Hex | C9 | 3 | EC | F | 63 | 0 | 7 | 123 | 61 | 2F |
| Octal | 311 | 3 | 354 | 17 | 143 | 0 | 7 | 443 | 141 | 57 |
| Binary | 11001001 | 11 | 11101100 | 1111 | 1100011 | 0 | 111 | 100100011 | 1100001 | 101111 |
Color Harmonies of #C903EC
Complementary color
Monochromatic Colors of #C903EC
Black with #C903EC
Text Example
Text Example
White with #C903EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C903EC; }
p { color: rgb(201,3,236); }
H1.HeaderClassName
{
color: #C903EC;
}
.AnyTagClassName
{
color: #C903EC;
}
</style>
background-color css
<style>
a { background-color: #C903EC; }
a { background-color: rgb(201,3,236); }
div.DivClassName
{
background-color: #C903EC;
}
.BgClassName
{
background-color: #C903EC;
}
</style>
border-color css
<style>
span { border-color: #C903EC; }
span { border-color: rgb(201,3,236); }
td.TdClassName
{
border-color: #C903EC;
}
.TagClassName
{
border-color: #C903EC;
}
</style>