Shades of Electric Purple #C91DEF
Tints of Electric Purple #C91DEF
RGB
CMYK
RGB Variations
Color information
#C91DEF (or 0xC91DEF) is known color: Electric Purple. HEX triplet: C9, 1D and EF. RGB value is (201,29,239). Sum of RGB (Red+Green+Blue) = 201+29+239=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 29 (11.72% from 255 or 6.18% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #C91DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91DEF is #36E210. Grayscale: #676767. Windows color (decimal): -3596817 or 15670729. OLE color: 15670729.
HSL color Cylindrical-coordinate representation of color #C91DEF: hue angle of 289.14º degrees, saturation: 0.87, 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 #C91DEF is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 29 | 239 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.06 |
| HSL | 289.14º | 0.87% | 0.53% | - |
| HSV(B) | 289.14º | 0.88% | 0.94% | - |
| XYZ | 40.11 | 19.53 | 83.32 | - |
| YUV | 104.37 | 203.98 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 239 | 0.16 | 0.88 | 0 | 0.06 | 289.14 | 0.87 | 0.53 |
| Hex | C9 | 1D | EF | 10 | 58 | 0 | 6 | 121 | 57 | 35 |
| Octal | 311 | 35 | 357 | 20 | 130 | 0 | 6 | 441 | 127 | 65 |
| Binary | 11001001 | 11101 | 11101111 | 10000 | 1011000 | 0 | 110 | 100100001 | 1010111 | 110101 |
Color Harmonies of #C91DEF
Complementary color
Monochromatic Colors of #C91DEF
Black with #C91DEF
Text Example
Text Example
White with #C91DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91DEF; }
p { color: rgb(201,29,239); }
H1.HeaderClassName
{
color: #C91DEF;
}
.AnyTagClassName
{
color: #C91DEF;
}
</style>
background-color css
<style>
a { background-color: #C91DEF; }
a { background-color: rgb(201,29,239); }
div.DivClassName
{
background-color: #C91DEF;
}
.BgClassName
{
background-color: #C91DEF;
}
</style>
border-color css
<style>
span { border-color: #C91DEF; }
span { border-color: rgb(201,29,239); }
td.TdClassName
{
border-color: #C91DEF;
}
.TagClassName
{
border-color: #C91DEF;
}
</style>