Shades of Electric Purple #C91BF2
Tints of Electric Purple #C91BF2
RGB
CMYK
RGB Variations
Color information
#C91BF2 (or 0xC91BF2) is known color: Electric Purple. HEX triplet: C9, 1B and F2. RGB value is (201,27,242). Sum of RGB (Red+Green+Blue) = 201+27+242=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 27 (10.94% from 255 or 5.74% from 470); Blue value is 242 (94.92% from 255 or 51.49% from 470); Max value from RGB is 242 - color contains mainly: blue. Hex color #C91BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91BF2 is #36E40D. Grayscale: #666666. Windows color (decimal): -3597326 or 15866825. OLE color: 15866825.
HSL color Cylindrical-coordinate representation of color #C91BF2: hue angle of 288.56º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91BF2 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 27 | 242 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.05 |
| HSL | 288.56º | 0.89% | 0.53% | - |
| HSV(B) | 288.56º | 0.89% | 0.95% | - |
| XYZ | 40.51 | 19.61 | 85.66 | - |
| YUV | 103.54 | 206.15 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 242 | 0.17 | 0.89 | 0 | 0.05 | 288.56 | 0.89 | 0.53 |
| Hex | C9 | 1B | F2 | 11 | 59 | 0 | 5 | 121 | 59 | 35 |
| Octal | 311 | 33 | 362 | 21 | 131 | 0 | 5 | 441 | 131 | 65 |
| Binary | 11001001 | 11011 | 11110010 | 10001 | 1011001 | 0 | 101 | 100100001 | 1011001 | 110101 |
Color Harmonies of #C91BF2
Complementary color
Monochromatic Colors of #C91BF2
Black with #C91BF2
Text Example
Text Example
White with #C91BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91BF2; }
p { color: rgb(201,27,242); }
H1.HeaderClassName
{
color: #C91BF2;
}
.AnyTagClassName
{
color: #C91BF2;
}
</style>
background-color css
<style>
a { background-color: #C91BF2; }
a { background-color: rgb(201,27,242); }
div.DivClassName
{
background-color: #C91BF2;
}
.BgClassName
{
background-color: #C91BF2;
}
</style>
border-color css
<style>
span { border-color: #C91BF2; }
span { border-color: rgb(201,27,242); }
td.TdClassName
{
border-color: #C91BF2;
}
.TagClassName
{
border-color: #C91BF2;
}
</style>