Shades of Electric Purple #C921EC
Tints of Electric Purple #C921EC
RGB
CMYK
RGB Variations
Color information
#C921EC (or 0xC921EC) is known color: Electric Purple. HEX triplet: C9, 21 and EC. RGB value is (201,33,236). Sum of RGB (Red+Green+Blue) = 201+33+236=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 33 (13.28% from 255 or 7.02% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #C921EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C921EC is #36DE13. Grayscale: #696969. Windows color (decimal): -3595796 or 15475145. OLE color: 15475145.
HSL color Cylindrical-coordinate representation of color #C921EC: hue angle of 289.66º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C921EC is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 33 | 236 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.07 |
| HSL | 289.66º | 0.84% | 0.53% | - |
| HSV(B) | 289.66º | 0.86% | 0.93% | - |
| XYZ | 39.77 | 19.56 | 81.04 | - |
| YUV | 106.37 | 201.16 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 236 | 0.15 | 0.86 | 0 | 0.07 | 289.66 | 0.84 | 0.53 |
| Hex | C9 | 21 | EC | F | 56 | 0 | 7 | 122 | 54 | 35 |
| Octal | 311 | 41 | 354 | 17 | 126 | 0 | 7 | 442 | 124 | 65 |
| Binary | 11001001 | 100001 | 11101100 | 1111 | 1010110 | 0 | 111 | 100100010 | 1010100 | 110101 |
Color Harmonies of #C921EC
Complementary color
Monochromatic Colors of #C921EC
Black with #C921EC
Text Example
Text Example
White with #C921EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C921EC; }
p { color: rgb(201,33,236); }
H1.HeaderClassName
{
color: #C921EC;
}
.AnyTagClassName
{
color: #C921EC;
}
</style>
background-color css
<style>
a { background-color: #C921EC; }
a { background-color: rgb(201,33,236); }
div.DivClassName
{
background-color: #C921EC;
}
.BgClassName
{
background-color: #C921EC;
}
</style>
border-color css
<style>
span { border-color: #C921EC; }
span { border-color: rgb(201,33,236); }
td.TdClassName
{
border-color: #C921EC;
}
.TagClassName
{
border-color: #C921EC;
}
</style>