Shades of Electric Purple #C920E8
Tints of Electric Purple #C920E8
RGB
CMYK
RGB Variations
Color information
#C920E8 (or 0xC920E8) is known color: Electric Purple. HEX triplet: C9, 20 and E8. RGB value is (201,32,232). Sum of RGB (Red+Green+Blue) = 201+32+232=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 32 (12.89% from 255 or 6.88% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: blue. Hex color #C920E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C920E8 is #36DF17. Grayscale: #686868. Windows color (decimal): -3596056 or 15212745. OLE color: 15212745.
HSL color Cylindrical-coordinate representation of color #C920E8: hue angle of 290.7º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C920E8 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 32 | 232 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.09 |
| HSL | 290.7º | 0.81% | 0.52% | - |
| HSV(B) | 290.7º | 0.86% | 0.91% | - |
| XYZ | 39.17 | 19.28 | 78 | - |
| YUV | 105.33 | 199.49 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 232 | 0.13 | 0.86 | 0 | 0.09 | 290.7 | 0.81 | 0.52 |
| Hex | C9 | 20 | E8 | D | 56 | 0 | 9 | 123 | 51 | 34 |
| Octal | 311 | 40 | 350 | 15 | 126 | 0 | 11 | 443 | 121 | 64 |
| Binary | 11001001 | 100000 | 11101000 | 1101 | 1010110 | 0 | 1001 | 100100011 | 1010001 | 110100 |
Color Harmonies of #C920E8
Complementary color
Monochromatic Colors of #C920E8
Black with #C920E8
Text Example
Text Example
White with #C920E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C920E8; }
p { color: rgb(201,32,232); }
H1.HeaderClassName
{
color: #C920E8;
}
.AnyTagClassName
{
color: #C920E8;
}
</style>
background-color css
<style>
a { background-color: #C920E8; }
a { background-color: rgb(201,32,232); }
div.DivClassName
{
background-color: #C920E8;
}
.BgClassName
{
background-color: #C920E8;
}
</style>
border-color css
<style>
span { border-color: #C920E8; }
span { border-color: rgb(201,32,232); }
td.TdClassName
{
border-color: #C920E8;
}
.TagClassName
{
border-color: #C920E8;
}
</style>