Shades of Electric Purple #CC2DED
Tints of Electric Purple #CC2DED
RGB
CMYK
RGB Variations
Color information
#CC2DED (or 0xCC2DED) is known color: Electric Purple. HEX triplet: CC, 2D and ED. RGB value is (204,45,237). Sum of RGB (Red+Green+Blue) = 204+45+237=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 45 (17.97% from 255 or 9.26% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC2DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2DED is #33D212. Grayscale: #717171. Windows color (decimal): -3396115 or 15543756. OLE color: 15543756.
HSL color Cylindrical-coordinate representation of color #CC2DED: hue angle of 289.69º degrees, saturation: 0.84, 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 #CC2DED is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 45 | 237 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.07 |
| HSL | 289.69º | 0.84% | 0.55% | - |
| HSV(B) | 289.69º | 0.81% | 0.93% | - |
| XYZ | 41.13 | 20.83 | 81.97 | - |
| YUV | 114.43 | 197.18 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 237 | 0.14 | 0.81 | 0 | 0.07 | 289.69 | 0.84 | 0.55 |
| Hex | CC | 2D | ED | E | 51 | 0 | 7 | 122 | 54 | 37 |
| Octal | 314 | 55 | 355 | 16 | 121 | 0 | 7 | 442 | 124 | 67 |
| Binary | 11001100 | 101101 | 11101101 | 1110 | 1010001 | 0 | 111 | 100100010 | 1010100 | 110111 |
Color Harmonies of #CC2DED
Complementary color
Monochromatic Colors of #CC2DED
Black with #CC2DED
Text Example
Text Example
White with #CC2DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2DED; }
p { color: rgb(204,45,237); }
H1.HeaderClassName
{
color: #CC2DED;
}
.AnyTagClassName
{
color: #CC2DED;
}
</style>
background-color css
<style>
a { background-color: #CC2DED; }
a { background-color: rgb(204,45,237); }
div.DivClassName
{
background-color: #CC2DED;
}
.BgClassName
{
background-color: #CC2DED;
}
</style>
border-color css
<style>
span { border-color: #CC2DED; }
span { border-color: rgb(204,45,237); }
td.TdClassName
{
border-color: #CC2DED;
}
.TagClassName
{
border-color: #CC2DED;
}
</style>