Shades of Electric Purple #CC2DEE
Tints of Electric Purple #CC2DEE
RGB
CMYK
RGB Variations
Color information
#CC2DEE (or 0xCC2DEE) is known color: Electric Purple. HEX triplet: CC, 2D and EE. RGB value is (204,45,238). Sum of RGB (Red+Green+Blue) = 204+45+238=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 45 (17.97% from 255 or 9.24% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC2DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2DEE is #33D211. Grayscale: #717171. Windows color (decimal): -3396114 or 15609292. OLE color: 15609292.
HSL color Cylindrical-coordinate representation of color #CC2DEE: hue angle of 289.43º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2DEE is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 45 | 238 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.07 |
| HSL | 289.43º | 0.85% | 0.55% | - |
| HSV(B) | 289.43º | 0.81% | 0.93% | - |
| XYZ | 41.27 | 20.89 | 82.75 | - |
| YUV | 114.54 | 197.68 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 238 | 0.14 | 0.81 | 0 | 0.07 | 289.43 | 0.85 | 0.55 |
| Hex | CC | 2D | EE | E | 51 | 0 | 7 | 121 | 55 | 37 |
| Octal | 314 | 55 | 356 | 16 | 121 | 0 | 7 | 441 | 125 | 67 |
| Binary | 11001100 | 101101 | 11101110 | 1110 | 1010001 | 0 | 111 | 100100001 | 1010101 | 110111 |
Color Harmonies of #CC2DEE
Complementary color
Monochromatic Colors of #CC2DEE
Black with #CC2DEE
Text Example
Text Example
White with #CC2DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2DEE; }
p { color: rgb(204,45,238); }
H1.HeaderClassName
{
color: #CC2DEE;
}
.AnyTagClassName
{
color: #CC2DEE;
}
</style>
background-color css
<style>
a { background-color: #CC2DEE; }
a { background-color: rgb(204,45,238); }
div.DivClassName
{
background-color: #CC2DEE;
}
.BgClassName
{
background-color: #CC2DEE;
}
</style>
border-color css
<style>
span { border-color: #CC2DEE; }
span { border-color: rgb(204,45,238); }
td.TdClassName
{
border-color: #CC2DEE;
}
.TagClassName
{
border-color: #CC2DEE;
}
</style>