Shades of Electric Purple #C924EE
Tints of Electric Purple #C924EE
RGB
CMYK
RGB Variations
Color information
#C924EE (or 0xC924EE) is known color: Electric Purple. HEX triplet: C9, 24 and EE. RGB value is (201,36,238). Sum of RGB (Red+Green+Blue) = 201+36+238=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 36 (14.45% from 255 or 7.58% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #C924EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C924EE is #36DB11. Grayscale: #6B6B6B. Windows color (decimal): -3595026 or 15606985. OLE color: 15606985.
HSL color Cylindrical-coordinate representation of color #C924EE: hue angle of 289.01º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C924EE is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 36 | 238 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.07 |
| HSL | 289.01º | 0.86% | 0.54% | - |
| HSV(B) | 289.01º | 0.85% | 0.93% | - |
| XYZ | 40.15 | 19.85 | 82.6 | - |
| YUV | 108.36 | 201.16 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 238 | 0.16 | 0.85 | 0 | 0.07 | 289.01 | 0.86 | 0.54 |
| Hex | C9 | 24 | EE | 10 | 55 | 0 | 7 | 121 | 56 | 36 |
| Octal | 311 | 44 | 356 | 20 | 125 | 0 | 7 | 441 | 126 | 66 |
| Binary | 11001001 | 100100 | 11101110 | 10000 | 1010101 | 0 | 111 | 100100001 | 1010110 | 110110 |
Color Harmonies of #C924EE
Complementary color
Monochromatic Colors of #C924EE
Black with #C924EE
Text Example
Text Example
White with #C924EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C924EE; }
p { color: rgb(201,36,238); }
H1.HeaderClassName
{
color: #C924EE;
}
.AnyTagClassName
{
color: #C924EE;
}
</style>
background-color css
<style>
a { background-color: #C924EE; }
a { background-color: rgb(201,36,238); }
div.DivClassName
{
background-color: #C924EE;
}
.BgClassName
{
background-color: #C924EE;
}
</style>
border-color css
<style>
span { border-color: #C924EE; }
span { border-color: rgb(201,36,238); }
td.TdClassName
{
border-color: #C924EE;
}
.TagClassName
{
border-color: #C924EE;
}
</style>