Shades of Electric Purple #C904E9
Tints of Electric Purple #C904E9
RGB
CMYK
RGB Variations
Color information
#C904E9 (or 0xC904E9) is known color: Electric Purple. HEX triplet: C9, 04 and E9. RGB value is (201,4,233). Sum of RGB (Red+Green+Blue) = 201+4+233=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 4 (1.95% from 255 or 0.91% from 438); Blue value is 233 (91.41% from 255 or 53.20% from 438); Max value from RGB is 233 - color contains mainly: blue. Hex color #C904E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C904E9 is #36FB16. Grayscale: #585858. Windows color (decimal): -3603223 or 15271113. OLE color: 15271113.
HSL color Cylindrical-coordinate representation of color #C904E9: hue angle of 291.62º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C904E9 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 4 | 233 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.09 |
| HSL | 291.62º | 0.97% | 0.46% | - |
| HSV(B) | 291.62º | 0.98% | 0.91% | - |
| XYZ | 38.84 | 18.39 | 78.59 | - |
| YUV | 89.01 | 209.27 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 233 | 0.14 | 0.98 | 0 | 0.09 | 291.62 | 0.97 | 0.46 |
| Hex | C9 | 4 | E9 | E | 62 | 0 | 9 | 124 | 61 | 2E |
| Octal | 311 | 4 | 351 | 16 | 142 | 0 | 11 | 444 | 141 | 56 |
| Binary | 11001001 | 100 | 11101001 | 1110 | 1100010 | 0 | 1001 | 100100100 | 1100001 | 101110 |
Color Harmonies of #C904E9
Complementary color
Monochromatic Colors of #C904E9
Black with #C904E9
Text Example
Text Example
White with #C904E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C904E9; }
p { color: rgb(201,4,233); }
H1.HeaderClassName
{
color: #C904E9;
}
.AnyTagClassName
{
color: #C904E9;
}
</style>
background-color css
<style>
a { background-color: #C904E9; }
a { background-color: rgb(201,4,233); }
div.DivClassName
{
background-color: #C904E9;
}
.BgClassName
{
background-color: #C904E9;
}
</style>
border-color css
<style>
span { border-color: #C904E9; }
span { border-color: rgb(201,4,233); }
td.TdClassName
{
border-color: #C904E9;
}
.TagClassName
{
border-color: #C904E9;
}
</style>