Shades of Electric Purple #CC23EE
Tints of Electric Purple #CC23EE
RGB
CMYK
RGB Variations
Color information
#CC23EE (or 0xCC23EE) is known color: Electric Purple. HEX triplet: CC, 23 and EE. RGB value is (204,35,238). Sum of RGB (Red+Green+Blue) = 204+35+238=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 35 (14.06% from 255 or 7.34% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC23EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC23EE is #33DC11. Grayscale: #6C6C6C. Windows color (decimal): -3398674 or 15606732. OLE color: 15606732.
HSL color Cylindrical-coordinate representation of color #CC23EE: hue angle of 289.95º 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 #CC23EE is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 35 | 238 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.07 |
| HSL | 289.95º | 0.86% | 0.54% | - |
| HSV(B) | 289.95º | 0.85% | 0.93% | - |
| XYZ | 40.94 | 20.21 | 82.63 | - |
| YUV | 108.67 | 200.99 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 238 | 0.14 | 0.85 | 0 | 0.07 | 289.95 | 0.86 | 0.54 |
| Hex | CC | 23 | EE | E | 55 | 0 | 7 | 122 | 56 | 36 |
| Octal | 314 | 43 | 356 | 16 | 125 | 0 | 7 | 442 | 126 | 66 |
| Binary | 11001100 | 100011 | 11101110 | 1110 | 1010101 | 0 | 111 | 100100010 | 1010110 | 110110 |
Color Harmonies of #CC23EE
Complementary color
Monochromatic Colors of #CC23EE
Black with #CC23EE
Text Example
Text Example
White with #CC23EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC23EE; }
p { color: rgb(204,35,238); }
H1.HeaderClassName
{
color: #CC23EE;
}
.AnyTagClassName
{
color: #CC23EE;
}
</style>
background-color css
<style>
a { background-color: #CC23EE; }
a { background-color: rgb(204,35,238); }
div.DivClassName
{
background-color: #CC23EE;
}
.BgClassName
{
background-color: #CC23EE;
}
</style>
border-color css
<style>
span { border-color: #CC23EE; }
span { border-color: rgb(204,35,238); }
td.TdClassName
{
border-color: #CC23EE;
}
.TagClassName
{
border-color: #CC23EE;
}
</style>