Shades of Electric Purple #C901FD
Tints of Electric Purple #C901FD
RGB
CMYK
RGB Variations
Color information
#C901FD (or 0xC901FD) is known color: Electric Purple. HEX triplet: C9, 01 and FD. RGB value is (201,1,253). Sum of RGB (Red+Green+Blue) = 201+1+253=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 1 (0.78% from 255 or 0.22% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #C901FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C901FD is #36FE02. Grayscale: #585858. Windows color (decimal): -3603971 or 16581065. OLE color: 16581065.
HSL color Cylindrical-coordinate representation of color #C901FD: hue angle of 287.62º 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 #C901FD is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 1 | 253 | - |
| CMYK | 0.21 | 1.00 | 0 | 0.01 |
| HSL | 287.62º | 0.99% | 0.5% | - |
| HSV(B) | 287.62º | 1% | 0.99% | - |
| XYZ | 41.83 | 19.53 | 94.49 | - |
| YUV | 89.53 | 220.26 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 253 | 0.21 | 1.00 | 0 | 0.01 | 287.62 | 0.99 | 0.5 |
| Hex | C9 | 1 | FD | 15 | 64 | 0 | 1 | 120 | 63 | 32 |
| Octal | 311 | 1 | 375 | 25 | 144 | 0 | 1 | 440 | 143 | 62 |
| Binary | 11001001 | 1 | 11111101 | 10101 | 1100100 | 0 | 1 | 100100000 | 1100011 | 110010 |
Color Harmonies of #C901FD
Complementary color
Monochromatic Colors of #C901FD
Black with #C901FD
Text Example
Text Example
White with #C901FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C901FD; }
p { color: rgb(201,1,253); }
H1.HeaderClassName
{
color: #C901FD;
}
.AnyTagClassName
{
color: #C901FD;
}
</style>
background-color css
<style>
a { background-color: #C901FD; }
a { background-color: rgb(201,1,253); }
div.DivClassName
{
background-color: #C901FD;
}
.BgClassName
{
background-color: #C901FD;
}
</style>
border-color css
<style>
span { border-color: #C901FD; }
span { border-color: rgb(201,1,253); }
td.TdClassName
{
border-color: #C901FD;
}
.TagClassName
{
border-color: #C901FD;
}
</style>