Shades of Electric Purple #CC23E7
Tints of Electric Purple #CC23E7
RGB
CMYK
RGB Variations
Color information
#CC23E7 (or 0xCC23E7) is known color: Electric Purple. HEX triplet: CC, 23 and E7. RGB value is (204,35,231). Sum of RGB (Red+Green+Blue) = 204+35+231=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 35 (14.06% from 255 or 7.45% from 470); Blue value is 231 (90.62% from 255 or 49.15% from 470); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC23E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC23E7 is #33DC18. Grayscale: #6B6B6B. Windows color (decimal): -3398681 or 15147980. OLE color: 15147980.
HSL color Cylindrical-coordinate representation of color #CC23E7: hue angle of 291.73º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC23E7 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 35 | 231 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.09 |
| HSL | 291.73º | 0.8% | 0.52% | - |
| HSV(B) | 291.73º | 0.85% | 0.91% | - |
| XYZ | 39.93 | 19.81 | 77.32 | - |
| YUV | 107.88 | 197.49 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 231 | 0.12 | 0.85 | 0 | 0.09 | 291.73 | 0.8 | 0.52 |
| Hex | CC | 23 | E7 | C | 55 | 0 | 9 | 124 | 50 | 34 |
| Octal | 314 | 43 | 347 | 14 | 125 | 0 | 11 | 444 | 120 | 64 |
| Binary | 11001100 | 100011 | 11100111 | 1100 | 1010101 | 0 | 1001 | 100100100 | 1010000 | 110100 |
Color Harmonies of #CC23E7
Complementary color
Monochromatic Colors of #CC23E7
Black with #CC23E7
Text Example
Text Example
White with #CC23E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC23E7; }
p { color: rgb(204,35,231); }
H1.HeaderClassName
{
color: #CC23E7;
}
.AnyTagClassName
{
color: #CC23E7;
}
</style>
background-color css
<style>
a { background-color: #CC23E7; }
a { background-color: rgb(204,35,231); }
div.DivClassName
{
background-color: #CC23E7;
}
.BgClassName
{
background-color: #CC23E7;
}
</style>
border-color css
<style>
span { border-color: #CC23E7; }
span { border-color: rgb(204,35,231); }
td.TdClassName
{
border-color: #CC23E7;
}
.TagClassName
{
border-color: #CC23E7;
}
</style>