Shades of Electric Purple #C901FC
Tints of Electric Purple #C901FC
RGB
CMYK
RGB Variations
Color information
#C901FC (or 0xC901FC) is known color: Electric Purple. HEX triplet: C9, 01 and FC. RGB value is (201,1,252). Sum of RGB (Red+Green+Blue) = 201+1+252=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 1 (0.78% from 255 or 0.22% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #C901FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C901FC is #36FE03. Grayscale: #585858. Windows color (decimal): -3603972 or 16515529. OLE color: 16515529.
HSL color Cylindrical-coordinate representation of color #C901FC: hue angle of 287.81º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C901FC is Cyan = 0.20, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 1 | 252 | - |
| CMYK | 0.20 | 1.00 | 0 | 0.01 |
| HSL | 287.81º | 0.99% | 0.5% | - |
| HSV(B) | 287.81º | 1% | 0.99% | - |
| XYZ | 41.67 | 19.47 | 93.66 | - |
| YUV | 89.41 | 219.76 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 252 | 0.20 | 1.00 | 0 | 0.01 | 287.81 | 0.99 | 0.5 |
| Hex | C9 | 1 | FC | 14 | 64 | 0 | 1 | 120 | 63 | 32 |
| Octal | 311 | 1 | 374 | 24 | 144 | 0 | 1 | 440 | 143 | 62 |
| Binary | 11001001 | 1 | 11111100 | 10100 | 1100100 | 0 | 1 | 100100000 | 1100011 | 110010 |
Color Harmonies of #C901FC
Complementary color
Monochromatic Colors of #C901FC
Black with #C901FC
Text Example
Text Example
White with #C901FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C901FC; }
p { color: rgb(201,1,252); }
H1.HeaderClassName
{
color: #C901FC;
}
.AnyTagClassName
{
color: #C901FC;
}
</style>
background-color css
<style>
a { background-color: #C901FC; }
a { background-color: rgb(201,1,252); }
div.DivClassName
{
background-color: #C901FC;
}
.BgClassName
{
background-color: #C901FC;
}
</style>
border-color css
<style>
span { border-color: #C901FC; }
span { border-color: rgb(201,1,252); }
td.TdClassName
{
border-color: #C901FC;
}
.TagClassName
{
border-color: #C901FC;
}
</style>