Shades of Electric Purple #C904FD
Tints of Electric Purple #C904FD
RGB
CMYK
RGB Variations
Color information
#C904FD (or 0xC904FD) is known color: Electric Purple. HEX triplet: C9, 04 and FD. RGB value is (201,4,253). Sum of RGB (Red+Green+Blue) = 201+4+253=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 4 (1.95% from 255 or 0.87% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #C904FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C904FD is #36FB02. Grayscale: #5A5A5A. Windows color (decimal): -3603203 or 16581833. OLE color: 16581833.
HSL color Cylindrical-coordinate representation of color #C904FD: hue angle of 287.47º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C904FD is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 4 | 253 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.01 |
| HSL | 287.47º | 0.98% | 0.5% | - |
| HSV(B) | 287.47º | 0.98% | 0.99% | - |
| XYZ | 41.86 | 19.6 | 94.5 | - |
| YUV | 91.29 | 219.27 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 253 | 0.21 | 0.98 | 0 | 0.01 | 287.47 | 0.98 | 0.5 |
| Hex | C9 | 4 | FD | 15 | 62 | 0 | 1 | 11F | 62 | 32 |
| Octal | 311 | 4 | 375 | 25 | 142 | 0 | 1 | 437 | 142 | 62 |
| Binary | 11001001 | 100 | 11111101 | 10101 | 1100010 | 0 | 1 | 100011111 | 1100010 | 110010 |
Color Harmonies of #C904FD
Complementary color
Monochromatic Colors of #C904FD
Black with #C904FD
Text Example
Text Example
White with #C904FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C904FD; }
p { color: rgb(201,4,253); }
H1.HeaderClassName
{
color: #C904FD;
}
.AnyTagClassName
{
color: #C904FD;
}
</style>
background-color css
<style>
a { background-color: #C904FD; }
a { background-color: rgb(201,4,253); }
div.DivClassName
{
background-color: #C904FD;
}
.BgClassName
{
background-color: #C904FD;
}
</style>
border-color css
<style>
span { border-color: #C904FD; }
span { border-color: rgb(201,4,253); }
td.TdClassName
{
border-color: #C904FD;
}
.TagClassName
{
border-color: #C904FD;
}
</style>