Shades of Electric Purple #C91CF0
Tints of Electric Purple #C91CF0
RGB
CMYK
RGB Variations
Color information
#C91CF0 (or 0xC91CF0) is known color: Electric Purple. HEX triplet: C9, 1C and F0. RGB value is (201,28,240). Sum of RGB (Red+Green+Blue) = 201+28+240=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 28 (11.33% from 255 or 5.97% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #C91CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91CF0 is #36E30F. Grayscale: #676767. Windows color (decimal): -3597072 or 15736009. OLE color: 15736009.
HSL color Cylindrical-coordinate representation of color #C91CF0: hue angle of 288.96º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91CF0 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 28 | 240 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.06 |
| HSL | 288.96º | 0.88% | 0.53% | - |
| HSV(B) | 288.96º | 0.88% | 0.94% | - |
| XYZ | 40.23 | 19.54 | 84.09 | - |
| YUV | 103.9 | 204.81 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 28 | 240 | 0.16 | 0.88 | 0 | 0.06 | 288.96 | 0.88 | 0.53 |
| Hex | C9 | 1C | F0 | 10 | 58 | 0 | 6 | 121 | 58 | 35 |
| Octal | 311 | 34 | 360 | 20 | 130 | 0 | 6 | 441 | 130 | 65 |
| Binary | 11001001 | 11100 | 11110000 | 10000 | 1011000 | 0 | 110 | 100100001 | 1011000 | 110101 |
Color Harmonies of #C91CF0
Complementary color
Monochromatic Colors of #C91CF0
Black with #C91CF0
Text Example
Text Example
White with #C91CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91CF0; }
p { color: rgb(201,28,240); }
H1.HeaderClassName
{
color: #C91CF0;
}
.AnyTagClassName
{
color: #C91CF0;
}
</style>
background-color css
<style>
a { background-color: #C91CF0; }
a { background-color: rgb(201,28,240); }
div.DivClassName
{
background-color: #C91CF0;
}
.BgClassName
{
background-color: #C91CF0;
}
</style>
border-color css
<style>
span { border-color: #C91CF0; }
span { border-color: rgb(201,28,240); }
td.TdClassName
{
border-color: #C91CF0;
}
.TagClassName
{
border-color: #C91CF0;
}
</style>