Shades of Electric Purple #C901FA
Tints of Electric Purple #C901FA
RGB
CMYK
RGB Variations
Color information
#C901FA (or 0xC901FA) is known color: Electric Purple. HEX triplet: C9, 01 and FA. RGB value is (201,1,250). Sum of RGB (Red+Green+Blue) = 201+1+250=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 1 (0.78% from 255 or 0.22% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #C901FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C901FA is #36FE05. Grayscale: #585858. Windows color (decimal): -3603974 or 16384457. OLE color: 16384457.
HSL color Cylindrical-coordinate representation of color #C901FA: hue angle of 288.19º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C901FA is Cyan = 0.20, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 1 | 250 | - |
| CMYK | 0.20 | 1.00 | 0 | 0.02 |
| HSL | 288.19º | 0.99% | 0.49% | - |
| HSV(B) | 288.19º | 1% | 0.98% | - |
| XYZ | 41.35 | 19.34 | 92 | - |
| YUV | 89.19 | 218.76 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 250 | 0.20 | 1.00 | 0 | 0.02 | 288.19 | 0.99 | 0.49 |
| Hex | C9 | 1 | FA | 14 | 64 | 0 | 2 | 120 | 63 | 31 |
| Octal | 311 | 1 | 372 | 24 | 144 | 0 | 2 | 440 | 143 | 61 |
| Binary | 11001001 | 1 | 11111010 | 10100 | 1100100 | 0 | 10 | 100100000 | 1100011 | 110001 |
Color Harmonies of #C901FA
Complementary color
Monochromatic Colors of #C901FA
Black with #C901FA
Text Example
Text Example
White with #C901FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C901FA; }
p { color: rgb(201,1,250); }
H1.HeaderClassName
{
color: #C901FA;
}
.AnyTagClassName
{
color: #C901FA;
}
</style>
background-color css
<style>
a { background-color: #C901FA; }
a { background-color: rgb(201,1,250); }
div.DivClassName
{
background-color: #C901FA;
}
.BgClassName
{
background-color: #C901FA;
}
</style>
border-color css
<style>
span { border-color: #C901FA; }
span { border-color: rgb(201,1,250); }
td.TdClassName
{
border-color: #C901FA;
}
.TagClassName
{
border-color: #C901FA;
}
</style>