Shades of Electric Purple #C92DEE
Tints of Electric Purple #C92DEE
RGB
CMYK
RGB Variations
Color information
#C92DEE (or 0xC92DEE) is known color: Electric Purple. HEX triplet: C9, 2D and EE. RGB value is (201,45,238). Sum of RGB (Red+Green+Blue) = 201+45+238=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 45 (17.97% from 255 or 9.30% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #C92DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92DEE is #36D211. Grayscale: #717171. Windows color (decimal): -3592722 or 15609289. OLE color: 15609289.
HSL color Cylindrical-coordinate representation of color #C92DEE: hue angle of 288.5º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92DEE is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 45 | 238 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.07 |
| HSL | 288.5º | 0.85% | 0.55% | - |
| HSV(B) | 288.5º | 0.81% | 0.93% | - |
| XYZ | 40.46 | 20.47 | 82.71 | - |
| YUV | 113.65 | 198.18 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 238 | 0.16 | 0.81 | 0 | 0.07 | 288.5 | 0.85 | 0.55 |
| Hex | C9 | 2D | EE | 10 | 51 | 0 | 7 | 120 | 55 | 37 |
| Octal | 311 | 55 | 356 | 20 | 121 | 0 | 7 | 440 | 125 | 67 |
| Binary | 11001001 | 101101 | 11101110 | 10000 | 1010001 | 0 | 111 | 100100000 | 1010101 | 110111 |
Color Harmonies of #C92DEE
Complementary color
Monochromatic Colors of #C92DEE
Black with #C92DEE
Text Example
Text Example
White with #C92DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92DEE; }
p { color: rgb(201,45,238); }
H1.HeaderClassName
{
color: #C92DEE;
}
.AnyTagClassName
{
color: #C92DEE;
}
</style>
background-color css
<style>
a { background-color: #C92DEE; }
a { background-color: rgb(201,45,238); }
div.DivClassName
{
background-color: #C92DEE;
}
.BgClassName
{
background-color: #C92DEE;
}
</style>
border-color css
<style>
span { border-color: #C92DEE; }
span { border-color: rgb(201,45,238); }
td.TdClassName
{
border-color: #C92DEE;
}
.TagClassName
{
border-color: #C92DEE;
}
</style>