Shades of Electric Purple #C92AED
Tints of Electric Purple #C92AED
RGB
CMYK
RGB Variations
Color information
#C92AED (or 0xC92AED) is known color: Electric Purple. HEX triplet: C9, 2A and ED. RGB value is (201,42,237). Sum of RGB (Red+Green+Blue) = 201+42+237=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 42 (16.80% from 255 or 8.75% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #C92AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92AED is #36D512. Grayscale: #6F6F6F. Windows color (decimal): -3593491 or 15542985. OLE color: 15542985.
HSL color Cylindrical-coordinate representation of color #C92AED: hue angle of 288.92º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92AED is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 42 | 237 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.07 |
| HSL | 288.92º | 0.84% | 0.55% | - |
| HSV(B) | 288.92º | 0.82% | 0.93% | - |
| XYZ | 40.2 | 20.19 | 81.9 | - |
| YUV | 111.77 | 198.68 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 42 | 237 | 0.15 | 0.82 | 0 | 0.07 | 288.92 | 0.84 | 0.55 |
| Hex | C9 | 2A | ED | F | 52 | 0 | 7 | 121 | 54 | 37 |
| Octal | 311 | 52 | 355 | 17 | 122 | 0 | 7 | 441 | 124 | 67 |
| Binary | 11001001 | 101010 | 11101101 | 1111 | 1010010 | 0 | 111 | 100100001 | 1010100 | 110111 |
Color Harmonies of #C92AED
Complementary color
Monochromatic Colors of #C92AED
Black with #C92AED
Text Example
Text Example
White with #C92AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92AED; }
p { color: rgb(201,42,237); }
H1.HeaderClassName
{
color: #C92AED;
}
.AnyTagClassName
{
color: #C92AED;
}
</style>
background-color css
<style>
a { background-color: #C92AED; }
a { background-color: rgb(201,42,237); }
div.DivClassName
{
background-color: #C92AED;
}
.BgClassName
{
background-color: #C92AED;
}
</style>
border-color css
<style>
span { border-color: #C92AED; }
span { border-color: rgb(201,42,237); }
td.TdClassName
{
border-color: #C92AED;
}
.TagClassName
{
border-color: #C92AED;
}
</style>