Shades of Electric Purple #C91CEC
Tints of Electric Purple #C91CEC
RGB
CMYK
RGB Variations
Color information
#C91CEC (or 0xC91CEC) is known color: Electric Purple. HEX triplet: C9, 1C and EC. RGB value is (201,28,236). Sum of RGB (Red+Green+Blue) = 201+28+236=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 28 (11.33% from 255 or 6.02% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #C91CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91CEC is #36E313. Grayscale: #666666. Windows color (decimal): -3597076 or 15473865. OLE color: 15473865.
HSL color Cylindrical-coordinate representation of color #C91CEC: hue angle of 289.9º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91CEC is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 28 | 236 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.07 |
| HSL | 289.9º | 0.85% | 0.52% | - |
| HSV(B) | 289.9º | 0.88% | 0.93% | - |
| XYZ | 39.64 | 19.3 | 80.99 | - |
| YUV | 103.44 | 202.81 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 28 | 236 | 0.15 | 0.88 | 0 | 0.07 | 289.9 | 0.85 | 0.52 |
| Hex | C9 | 1C | EC | F | 58 | 0 | 7 | 122 | 55 | 34 |
| Octal | 311 | 34 | 354 | 17 | 130 | 0 | 7 | 442 | 125 | 64 |
| Binary | 11001001 | 11100 | 11101100 | 1111 | 1011000 | 0 | 111 | 100100010 | 1010101 | 110100 |
Color Harmonies of #C91CEC
Complementary color
Monochromatic Colors of #C91CEC
Black with #C91CEC
Text Example
Text Example
White with #C91CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91CEC; }
p { color: rgb(201,28,236); }
H1.HeaderClassName
{
color: #C91CEC;
}
.AnyTagClassName
{
color: #C91CEC;
}
</style>
background-color css
<style>
a { background-color: #C91CEC; }
a { background-color: rgb(201,28,236); }
div.DivClassName
{
background-color: #C91CEC;
}
.BgClassName
{
background-color: #C91CEC;
}
</style>
border-color css
<style>
span { border-color: #C91CEC; }
span { border-color: rgb(201,28,236); }
td.TdClassName
{
border-color: #C91CEC;
}
.TagClassName
{
border-color: #C91CEC;
}
</style>