Shades of Electric Purple #C923E9
Tints of Electric Purple #C923E9
RGB
CMYK
RGB Variations
Color information
#C923E9 (or 0xC923E9) is known color: Electric Purple. HEX triplet: C9, 23 and E9. RGB value is (201,35,233). Sum of RGB (Red+Green+Blue) = 201+35+233=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 35 (14.06% from 255 or 7.46% from 469); Blue value is 233 (91.41% from 255 or 49.68% from 469); Max value from RGB is 233 - color contains mainly: blue. Hex color #C923E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C923E9 is #36DC16. Grayscale: #6A6A6A. Windows color (decimal): -3595287 or 15279049. OLE color: 15279049.
HSL color Cylindrical-coordinate representation of color #C923E9: hue angle of 290.3º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C923E9 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 35 | 233 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.09 |
| HSL | 290.3º | 0.82% | 0.53% | - |
| HSV(B) | 290.3º | 0.85% | 0.91% | - |
| XYZ | 39.4 | 19.5 | 78.78 | - |
| YUV | 107.21 | 199 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 233 | 0.14 | 0.85 | 0 | 0.09 | 290.3 | 0.82 | 0.53 |
| Hex | C9 | 23 | E9 | E | 55 | 0 | 9 | 122 | 52 | 35 |
| Octal | 311 | 43 | 351 | 16 | 125 | 0 | 11 | 442 | 122 | 65 |
| Binary | 11001001 | 100011 | 11101001 | 1110 | 1010101 | 0 | 1001 | 100100010 | 1010010 | 110101 |
Color Harmonies of #C923E9
Complementary color
Monochromatic Colors of #C923E9
Black with #C923E9
Text Example
Text Example
White with #C923E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C923E9; }
p { color: rgb(201,35,233); }
H1.HeaderClassName
{
color: #C923E9;
}
.AnyTagClassName
{
color: #C923E9;
}
</style>
background-color css
<style>
a { background-color: #C923E9; }
a { background-color: rgb(201,35,233); }
div.DivClassName
{
background-color: #C923E9;
}
.BgClassName
{
background-color: #C923E9;
}
</style>
border-color css
<style>
span { border-color: #C923E9; }
span { border-color: rgb(201,35,233); }
td.TdClassName
{
border-color: #C923E9;
}
.TagClassName
{
border-color: #C923E9;
}
</style>