Shades of Electric Purple #C901F1
Tints of Electric Purple #C901F1
RGB
CMYK
RGB Variations
Color information
#C901F1 (or 0xC901F1) is known color: Electric Purple. HEX triplet: C9, 01 and F1. RGB value is (201,1,241). Sum of RGB (Red+Green+Blue) = 201+1+241=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 1 (0.78% from 255 or 0.23% from 443); Blue value is 241 (94.53% from 255 or 54.40% from 443); Max value from RGB is 241 - color contains mainly: blue. Hex color #C901F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C901F1 is #36FE0E. Grayscale: #575757. Windows color (decimal): -3603983 or 15794633. OLE color: 15794633.
HSL color Cylindrical-coordinate representation of color #C901F1: hue angle of 290º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C901F1 is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 1 | 241 | - |
| CMYK | 0.17 | 1.00 | 0 | 0.05 |
| HSL | 290º | 0.99% | 0.47% | - |
| HSV(B) | 290º | 1% | 0.95% | - |
| XYZ | 39.98 | 18.79 | 84.74 | - |
| YUV | 88.16 | 214.26 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 241 | 0.17 | 1.00 | 0 | 0.05 | 290 | 0.99 | 0.47 |
| Hex | C9 | 1 | F1 | 11 | 64 | 0 | 5 | 122 | 63 | 2F |
| Octal | 311 | 1 | 361 | 21 | 144 | 0 | 5 | 442 | 143 | 57 |
| Binary | 11001001 | 1 | 11110001 | 10001 | 1100100 | 0 | 101 | 100100010 | 1100011 | 101111 |
Color Harmonies of #C901F1
Complementary color
Monochromatic Colors of #C901F1
Black with #C901F1
Text Example
Text Example
White with #C901F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C901F1; }
p { color: rgb(201,1,241); }
H1.HeaderClassName
{
color: #C901F1;
}
.AnyTagClassName
{
color: #C901F1;
}
</style>
background-color css
<style>
a { background-color: #C901F1; }
a { background-color: rgb(201,1,241); }
div.DivClassName
{
background-color: #C901F1;
}
.BgClassName
{
background-color: #C901F1;
}
</style>
border-color css
<style>
span { border-color: #C901F1; }
span { border-color: rgb(201,1,241); }
td.TdClassName
{
border-color: #C901F1;
}
.TagClassName
{
border-color: #C901F1;
}
</style>