Shades of Electric Purple #C903EA
Tints of Electric Purple #C903EA
RGB
CMYK
RGB Variations
Color information
#C903EA (or 0xC903EA) is known color: Electric Purple. HEX triplet: C9, 03 and EA. RGB value is (201,3,234). Sum of RGB (Red+Green+Blue) = 201+3+234=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 3 (1.56% from 255 or 0.68% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #C903EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C903EA is #36FC15. Grayscale: #575757. Windows color (decimal): -3603478 or 15336393. OLE color: 15336393.
HSL color Cylindrical-coordinate representation of color #C903EA: hue angle of 291.43º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C903EA is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 3 | 234 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.08 |
| HSL | 291.43º | 0.97% | 0.46% | - |
| HSV(B) | 291.43º | 0.99% | 0.92% | - |
| XYZ | 38.97 | 18.42 | 79.34 | - |
| YUV | 88.54 | 210.1 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 234 | 0.14 | 0.99 | 0 | 0.08 | 291.43 | 0.97 | 0.46 |
| Hex | C9 | 3 | EA | E | 63 | 0 | 8 | 123 | 61 | 2E |
| Octal | 311 | 3 | 352 | 16 | 143 | 0 | 10 | 443 | 141 | 56 |
| Binary | 11001001 | 11 | 11101010 | 1110 | 1100011 | 0 | 1000 | 100100011 | 1100001 | 101110 |
Color Harmonies of #C903EA
Complementary color
Monochromatic Colors of #C903EA
Black with #C903EA
Text Example
Text Example
White with #C903EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C903EA; }
p { color: rgb(201,3,234); }
H1.HeaderClassName
{
color: #C903EA;
}
.AnyTagClassName
{
color: #C903EA;
}
</style>
background-color css
<style>
a { background-color: #C903EA; }
a { background-color: rgb(201,3,234); }
div.DivClassName
{
background-color: #C903EA;
}
.BgClassName
{
background-color: #C903EA;
}
</style>
border-color css
<style>
span { border-color: #C903EA; }
span { border-color: rgb(201,3,234); }
td.TdClassName
{
border-color: #C903EA;
}
.TagClassName
{
border-color: #C903EA;
}
</style>