Shades of Electric Purple #C91FF0
Tints of Electric Purple #C91FF0
RGB
CMYK
RGB Variations
Color information
#C91FF0 (or 0xC91FF0) is known color: Electric Purple. HEX triplet: C9, 1F and F0. RGB value is (201,31,240). Sum of RGB (Red+Green+Blue) = 201+31+240=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 31 (12.5% from 255 or 6.57% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #C91FF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91FF0 is #36E00F. Grayscale: #686868. Windows color (decimal): -3596304 or 15736777. OLE color: 15736777.
HSL color Cylindrical-coordinate representation of color #C91FF0: hue angle of 288.8º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91FF0 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 31 | 240 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.06 |
| HSL | 288.8º | 0.87% | 0.53% | - |
| HSV(B) | 288.8º | 0.87% | 0.94% | - |
| XYZ | 40.31 | 19.69 | 84.11 | - |
| YUV | 105.66 | 203.82 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 31 | 240 | 0.16 | 0.87 | 0 | 0.06 | 288.8 | 0.87 | 0.53 |
| Hex | C9 | 1F | F0 | 10 | 57 | 0 | 6 | 121 | 57 | 35 |
| Octal | 311 | 37 | 360 | 20 | 127 | 0 | 6 | 441 | 127 | 65 |
| Binary | 11001001 | 11111 | 11110000 | 10000 | 1010111 | 0 | 110 | 100100001 | 1010111 | 110101 |
Color Harmonies of #C91FF0
Complementary color
Monochromatic Colors of #C91FF0
Black with #C91FF0
Text Example
Text Example
White with #C91FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91FF0; }
p { color: rgb(201,31,240); }
H1.HeaderClassName
{
color: #C91FF0;
}
.AnyTagClassName
{
color: #C91FF0;
}
</style>
background-color css
<style>
a { background-color: #C91FF0; }
a { background-color: rgb(201,31,240); }
div.DivClassName
{
background-color: #C91FF0;
}
.BgClassName
{
background-color: #C91FF0;
}
</style>
border-color css
<style>
span { border-color: #C91FF0; }
span { border-color: rgb(201,31,240); }
td.TdClassName
{
border-color: #C91FF0;
}
.TagClassName
{
border-color: #C91FF0;
}
</style>