Shades of Electric Purple #C904FF
Tints of Electric Purple #C904FF
RGB
CMYK
RGB Variations
Color information
#C904FF (or 0xC904FF) is known color: Electric Purple. HEX triplet: C9, 04 and FF. RGB value is (201,4,255). Sum of RGB (Red+Green+Blue) = 201+4+255=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 4 (1.95% from 255 or 0.87% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #C904FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C904FF is #36FB00. Grayscale: #5A5A5A. Windows color (decimal): -3603201 or 16712905. OLE color: 16712905.
HSL color Cylindrical-coordinate representation of color #C904FF: hue angle of 287.09º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C904FF is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 4 | 255 | - |
| CMYK | 0.21 | 0.98 | 0 | 0 |
| HSL | 287.09º | 1% | 0.51% | - |
| HSV(B) | 287.09º | 0.98% | 1% | - |
| XYZ | 42.18 | 19.72 | 96.19 | - |
| YUV | 91.52 | 220.27 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 255 | 0.21 | 0.98 | 0 | 0 | 287.09 | 1 | 0.51 |
| Hex | C9 | 4 | FF | 15 | 62 | 0 | 0 | 11F | 64 | 33 |
| Octal | 311 | 4 | 377 | 25 | 142 | 0 | 0 | 437 | 144 | 63 |
| Binary | 11001001 | 100 | 11111111 | 10101 | 1100010 | 0 | 0 | 100011111 | 1100100 | 110011 |
Color Harmonies of #C904FF
Complementary color
Monochromatic Colors of #C904FF
Black with #C904FF
Text Example
Text Example
White with #C904FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C904FF; }
p { color: rgb(201,4,255); }
H1.HeaderClassName
{
color: #C904FF;
}
.AnyTagClassName
{
color: #C904FF;
}
</style>
background-color css
<style>
a { background-color: #C904FF; }
a { background-color: rgb(201,4,255); }
div.DivClassName
{
background-color: #C904FF;
}
.BgClassName
{
background-color: #C904FF;
}
</style>
border-color css
<style>
span { border-color: #C904FF; }
span { border-color: rgb(201,4,255); }
td.TdClassName
{
border-color: #C904FF;
}
.TagClassName
{
border-color: #C904FF;
}
</style>