Shades of Electric Purple #C920EF
Tints of Electric Purple #C920EF
RGB
CMYK
RGB Variations
Color information
#C920EF (or 0xC920EF) is known color: Electric Purple. HEX triplet: C9, 20 and EF. RGB value is (201,32,239). Sum of RGB (Red+Green+Blue) = 201+32+239=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 32 (12.89% from 255 or 6.78% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #C920EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C920EF is #36DF10. Grayscale: #696969. Windows color (decimal): -3596049 or 15671497. OLE color: 15671497.
HSL color Cylindrical-coordinate representation of color #C920EF: hue angle of 288.99º 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 #C920EF is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 32 | 239 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.06 |
| HSL | 288.99º | 0.87% | 0.53% | - |
| HSV(B) | 288.99º | 0.87% | 0.94% | - |
| XYZ | 40.18 | 19.68 | 83.34 | - |
| YUV | 106.13 | 202.99 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 239 | 0.16 | 0.87 | 0 | 0.06 | 288.99 | 0.87 | 0.53 |
| Hex | C9 | 20 | EF | 10 | 57 | 0 | 6 | 121 | 57 | 35 |
| Octal | 311 | 40 | 357 | 20 | 127 | 0 | 6 | 441 | 127 | 65 |
| Binary | 11001001 | 100000 | 11101111 | 10000 | 1010111 | 0 | 110 | 100100001 | 1010111 | 110101 |
Color Harmonies of #C920EF
Complementary color
Monochromatic Colors of #C920EF
Black with #C920EF
Text Example
Text Example
White with #C920EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C920EF; }
p { color: rgb(201,32,239); }
H1.HeaderClassName
{
color: #C920EF;
}
.AnyTagClassName
{
color: #C920EF;
}
</style>
background-color css
<style>
a { background-color: #C920EF; }
a { background-color: rgb(201,32,239); }
div.DivClassName
{
background-color: #C920EF;
}
.BgClassName
{
background-color: #C920EF;
}
</style>
border-color css
<style>
span { border-color: #C920EF; }
span { border-color: rgb(201,32,239); }
td.TdClassName
{
border-color: #C920EF;
}
.TagClassName
{
border-color: #C920EF;
}
</style>