Shades of Electric Purple #CC1CED
Tints of Electric Purple #CC1CED
RGB
CMYK
RGB Variations
Color information
#CC1CED (or 0xCC1CED) is known color: Electric Purple. HEX triplet: CC, 1C and ED. RGB value is (204,28,237). Sum of RGB (Red+Green+Blue) = 204+28+237=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 28 (11.33% from 255 or 5.97% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC1CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1CED is #33E312. Grayscale: #676767. Windows color (decimal): -3400467 or 15539404. OLE color: 15539404.
HSL color Cylindrical-coordinate representation of color #CC1CED: hue angle of 290.53º 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 #CC1CED is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 28 | 237 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.07 |
| HSL | 290.53º | 0.85% | 0.52% | - |
| HSV(B) | 290.53º | 0.88% | 0.93% | - |
| XYZ | 40.6 | 19.78 | 81.8 | - |
| YUV | 104.45 | 202.81 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 237 | 0.14 | 0.88 | 0 | 0.07 | 290.53 | 0.85 | 0.52 |
| Hex | CC | 1C | ED | E | 58 | 0 | 7 | 123 | 55 | 34 |
| Octal | 314 | 34 | 355 | 16 | 130 | 0 | 7 | 443 | 125 | 64 |
| Binary | 11001100 | 11100 | 11101101 | 1110 | 1011000 | 0 | 111 | 100100011 | 1010101 | 110100 |
Color Harmonies of #CC1CED
Complementary color
Monochromatic Colors of #CC1CED
Black with #CC1CED
Text Example
Text Example
White with #CC1CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1CED; }
p { color: rgb(204,28,237); }
H1.HeaderClassName
{
color: #CC1CED;
}
.AnyTagClassName
{
color: #CC1CED;
}
</style>
background-color css
<style>
a { background-color: #CC1CED; }
a { background-color: rgb(204,28,237); }
div.DivClassName
{
background-color: #CC1CED;
}
.BgClassName
{
background-color: #CC1CED;
}
</style>
border-color css
<style>
span { border-color: #CC1CED; }
span { border-color: rgb(204,28,237); }
td.TdClassName
{
border-color: #CC1CED;
}
.TagClassName
{
border-color: #CC1CED;
}
</style>