Shades of Electric Purple #CC23E9
Tints of Electric Purple #CC23E9
RGB
CMYK
RGB Variations
Color information
#CC23E9 (or 0xCC23E9) is known color: Electric Purple. HEX triplet: CC, 23 and E9. RGB value is (204,35,233). Sum of RGB (Red+Green+Blue) = 204+35+233=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 35 (14.06% from 255 or 7.42% from 472); Blue value is 233 (91.41% from 255 or 49.36% from 472); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC23E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC23E9 is #33DC16. Grayscale: #6B6B6B. Windows color (decimal): -3398679 or 15279052. OLE color: 15279052.
HSL color Cylindrical-coordinate representation of color #CC23E9: hue angle of 291.21º 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 #CC23E9 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 35 | 233 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.09 |
| HSL | 291.21º | 0.82% | 0.53% | - |
| HSV(B) | 291.21º | 0.85% | 0.91% | - |
| XYZ | 40.21 | 19.92 | 78.82 | - |
| YUV | 108.1 | 198.49 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 233 | 0.12 | 0.85 | 0 | 0.09 | 291.21 | 0.82 | 0.53 |
| Hex | CC | 23 | E9 | C | 55 | 0 | 9 | 123 | 52 | 35 |
| Octal | 314 | 43 | 351 | 14 | 125 | 0 | 11 | 443 | 122 | 65 |
| Binary | 11001100 | 100011 | 11101001 | 1100 | 1010101 | 0 | 1001 | 100100011 | 1010010 | 110101 |
Color Harmonies of #CC23E9
Complementary color
Monochromatic Colors of #CC23E9
Black with #CC23E9
Text Example
Text Example
White with #CC23E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC23E9; }
p { color: rgb(204,35,233); }
H1.HeaderClassName
{
color: #CC23E9;
}
.AnyTagClassName
{
color: #CC23E9;
}
</style>
background-color css
<style>
a { background-color: #CC23E9; }
a { background-color: rgb(204,35,233); }
div.DivClassName
{
background-color: #CC23E9;
}
.BgClassName
{
background-color: #CC23E9;
}
</style>
border-color css
<style>
span { border-color: #CC23E9; }
span { border-color: rgb(204,35,233); }
td.TdClassName
{
border-color: #CC23E9;
}
.TagClassName
{
border-color: #CC23E9;
}
</style>