Shades of Electric Purple #C922EC
Tints of Electric Purple #C922EC
RGB
CMYK
RGB Variations
Color information
#C922EC (or 0xC922EC) is known color: Electric Purple. HEX triplet: C9, 22 and EC. RGB value is (201,34,236). Sum of RGB (Red+Green+Blue) = 201+34+236=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 34 (13.67% from 255 or 7.22% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #C922EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C922EC is #36DD13. Grayscale: #6A6A6A. Windows color (decimal): -3595540 or 15475401. OLE color: 15475401.
HSL color Cylindrical-coordinate representation of color #C922EC: hue angle of 289.6º 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 #C922EC is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 34 | 236 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.07 |
| HSL | 289.6º | 0.84% | 0.53% | - |
| HSV(B) | 289.6º | 0.86% | 0.93% | - |
| XYZ | 39.8 | 19.62 | 81.05 | - |
| YUV | 106.96 | 200.83 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 236 | 0.15 | 0.86 | 0 | 0.07 | 289.6 | 0.84 | 0.53 |
| Hex | C9 | 22 | EC | F | 56 | 0 | 7 | 122 | 54 | 35 |
| Octal | 311 | 42 | 354 | 17 | 126 | 0 | 7 | 442 | 124 | 65 |
| Binary | 11001001 | 100010 | 11101100 | 1111 | 1010110 | 0 | 111 | 100100010 | 1010100 | 110101 |
Color Harmonies of #C922EC
Complementary color
Monochromatic Colors of #C922EC
Black with #C922EC
Text Example
Text Example
White with #C922EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C922EC; }
p { color: rgb(201,34,236); }
H1.HeaderClassName
{
color: #C922EC;
}
.AnyTagClassName
{
color: #C922EC;
}
</style>
background-color css
<style>
a { background-color: #C922EC; }
a { background-color: rgb(201,34,236); }
div.DivClassName
{
background-color: #C922EC;
}
.BgClassName
{
background-color: #C922EC;
}
</style>
border-color css
<style>
span { border-color: #C922EC; }
span { border-color: rgb(201,34,236); }
td.TdClassName
{
border-color: #C922EC;
}
.TagClassName
{
border-color: #C922EC;
}
</style>