Shades of Electric Purple #CC1DED
Tints of Electric Purple #CC1DED
RGB
CMYK
RGB Variations
Color information
#CC1DED (or 0xCC1DED) is known color: Electric Purple. HEX triplet: CC, 1D and ED. RGB value is (204,29,237). Sum of RGB (Red+Green+Blue) = 204+29+237=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 29 (11.72% from 255 or 6.17% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC1DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1DED is #33E212. Grayscale: #686868. Windows color (decimal): -3400211 or 15539660. OLE color: 15539660.
HSL color Cylindrical-coordinate representation of color #CC1DED: hue angle of 290.48º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1DED is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 29 | 237 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.07 |
| HSL | 290.48º | 0.85% | 0.52% | - |
| HSV(B) | 290.48º | 0.88% | 0.93% | - |
| XYZ | 40.63 | 19.83 | 81.81 | - |
| YUV | 105.04 | 202.48 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 29 | 237 | 0.14 | 0.88 | 0 | 0.07 | 290.48 | 0.85 | 0.52 |
| Hex | CC | 1D | ED | E | 58 | 0 | 7 | 122 | 55 | 34 |
| Octal | 314 | 35 | 355 | 16 | 130 | 0 | 7 | 442 | 125 | 64 |
| Binary | 11001100 | 11101 | 11101101 | 1110 | 1011000 | 0 | 111 | 100100010 | 1010101 | 110100 |
Color Harmonies of #CC1DED
Complementary color
Monochromatic Colors of #CC1DED
Black with #CC1DED
Text Example
Text Example
White with #CC1DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1DED; }
p { color: rgb(204,29,237); }
H1.HeaderClassName
{
color: #CC1DED;
}
.AnyTagClassName
{
color: #CC1DED;
}
</style>
background-color css
<style>
a { background-color: #CC1DED; }
a { background-color: rgb(204,29,237); }
div.DivClassName
{
background-color: #CC1DED;
}
.BgClassName
{
background-color: #CC1DED;
}
</style>
border-color css
<style>
span { border-color: #CC1DED; }
span { border-color: rgb(204,29,237); }
td.TdClassName
{
border-color: #CC1DED;
}
.TagClassName
{
border-color: #CC1DED;
}
</style>