Shades of Electric Purple #C904FE
Tints of Electric Purple #C904FE
RGB
CMYK
RGB Variations
Color information
#C904FE (or 0xC904FE) is known color: Electric Purple. HEX triplet: C9, 04 and FE. RGB value is (201,4,254). Sum of RGB (Red+Green+Blue) = 201+4+254=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 4 (1.95% from 255 or 0.87% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #C904FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C904FE is #36FB01. Grayscale: #5A5A5A. Windows color (decimal): -3603202 or 16647369. OLE color: 16647369.
HSL color Cylindrical-coordinate representation of color #C904FE: hue angle of 287.28º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C904FE is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 4 | 254 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.00 |
| HSL | 287.28º | 0.99% | 0.51% | - |
| HSV(B) | 287.28º | 0.98% | 1% | - |
| XYZ | 42.02 | 19.66 | 95.35 | - |
| YUV | 91.4 | 219.77 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 254 | 0.21 | 0.98 | 0 | 0.00 | 287.28 | 0.99 | 0.51 |
| Hex | C9 | 4 | FE | 15 | 62 | 0 | 0 | 11F | 63 | 33 |
| Octal | 311 | 4 | 376 | 25 | 142 | 0 | 0 | 437 | 143 | 63 |
| Binary | 11001001 | 100 | 11111110 | 10101 | 1100010 | 0 | 0 | 100011111 | 1100011 | 110011 |
Color Harmonies of #C904FE
Complementary color
Monochromatic Colors of #C904FE
Black with #C904FE
Text Example
Text Example
White with #C904FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C904FE; }
p { color: rgb(201,4,254); }
H1.HeaderClassName
{
color: #C904FE;
}
.AnyTagClassName
{
color: #C904FE;
}
</style>
background-color css
<style>
a { background-color: #C904FE; }
a { background-color: rgb(201,4,254); }
div.DivClassName
{
background-color: #C904FE;
}
.BgClassName
{
background-color: #C904FE;
}
</style>
border-color css
<style>
span { border-color: #C904FE; }
span { border-color: rgb(201,4,254); }
td.TdClassName
{
border-color: #C904FE;
}
.TagClassName
{
border-color: #C904FE;
}
</style>