Shades of Electric Purple #C921EF
Tints of Electric Purple #C921EF
RGB
CMYK
RGB Variations
Color information
#C921EF (or 0xC921EF) is known color: Electric Purple. HEX triplet: C9, 21 and EF. RGB value is (201,33,239). Sum of RGB (Red+Green+Blue) = 201+33+239=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 33 (13.28% from 255 or 6.98% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #C921EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C921EF is #36DE10. Grayscale: #6A6A6A. Windows color (decimal): -3595793 or 15671753. OLE color: 15671753.
HSL color Cylindrical-coordinate representation of color #C921EF: hue angle of 288.93º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C921EF is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 33 | 239 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.06 |
| HSL | 288.93º | 0.87% | 0.53% | - |
| HSV(B) | 288.93º | 0.86% | 0.94% | - |
| XYZ | 40.21 | 19.74 | 83.35 | - |
| YUV | 106.72 | 202.66 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 239 | 0.16 | 0.86 | 0 | 0.06 | 288.93 | 0.87 | 0.53 |
| Hex | C9 | 21 | EF | 10 | 56 | 0 | 6 | 121 | 57 | 35 |
| Octal | 311 | 41 | 357 | 20 | 126 | 0 | 6 | 441 | 127 | 65 |
| Binary | 11001001 | 100001 | 11101111 | 10000 | 1010110 | 0 | 110 | 100100001 | 1010111 | 110101 |
Color Harmonies of #C921EF
Complementary color
Monochromatic Colors of #C921EF
Black with #C921EF
Text Example
Text Example
White with #C921EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C921EF; }
p { color: rgb(201,33,239); }
H1.HeaderClassName
{
color: #C921EF;
}
.AnyTagClassName
{
color: #C921EF;
}
</style>
background-color css
<style>
a { background-color: #C921EF; }
a { background-color: rgb(201,33,239); }
div.DivClassName
{
background-color: #C921EF;
}
.BgClassName
{
background-color: #C921EF;
}
</style>
border-color css
<style>
span { border-color: #C921EF; }
span { border-color: rgb(201,33,239); }
td.TdClassName
{
border-color: #C921EF;
}
.TagClassName
{
border-color: #C921EF;
}
</style>