Shades of Electric Purple #C904EB
Tints of Electric Purple #C904EB
RGB
CMYK
RGB Variations
Color information
#C904EB (or 0xC904EB) is known color: Electric Purple. HEX triplet: C9, 04 and EB. RGB value is (201,4,235). Sum of RGB (Red+Green+Blue) = 201+4+235=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 4 (1.95% from 255 or 0.91% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #C904EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C904EB is #36FB14. Grayscale: #585858. Windows color (decimal): -3603221 or 15402185. OLE color: 15402185.
HSL color Cylindrical-coordinate representation of color #C904EB: hue angle of 291.17º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C904EB is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 4 | 235 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.08 |
| HSL | 291.17º | 0.97% | 0.47% | - |
| HSV(B) | 291.17º | 0.98% | 0.92% | - |
| XYZ | 39.13 | 18.5 | 80.11 | - |
| YUV | 89.24 | 210.27 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 235 | 0.14 | 0.98 | 0 | 0.08 | 291.17 | 0.97 | 0.47 |
| Hex | C9 | 4 | EB | E | 62 | 0 | 8 | 123 | 61 | 2F |
| Octal | 311 | 4 | 353 | 16 | 142 | 0 | 10 | 443 | 141 | 57 |
| Binary | 11001001 | 100 | 11101011 | 1110 | 1100010 | 0 | 1000 | 100100011 | 1100001 | 101111 |
Color Harmonies of #C904EB
Complementary color
Monochromatic Colors of #C904EB
Black with #C904EB
Text Example
Text Example
White with #C904EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C904EB; }
p { color: rgb(201,4,235); }
H1.HeaderClassName
{
color: #C904EB;
}
.AnyTagClassName
{
color: #C904EB;
}
</style>
background-color css
<style>
a { background-color: #C904EB; }
a { background-color: rgb(201,4,235); }
div.DivClassName
{
background-color: #C904EB;
}
.BgClassName
{
background-color: #C904EB;
}
</style>
border-color css
<style>
span { border-color: #C904EB; }
span { border-color: rgb(201,4,235); }
td.TdClassName
{
border-color: #C904EB;
}
.TagClassName
{
border-color: #C904EB;
}
</style>