Shades of Electric Purple #CC2BED
Tints of Electric Purple #CC2BED
RGB
CMYK
RGB Variations
Color information
#CC2BED (or 0xCC2BED) is known color: Electric Purple. HEX triplet: CC, 2B and ED. RGB value is (204,43,237). Sum of RGB (Red+Green+Blue) = 204+43+237=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 43 (17.19% from 255 or 8.88% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC2BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2BED is #33D412. Grayscale: #707070. Windows color (decimal): -3396627 or 15543244. OLE color: 15543244.
HSL color Cylindrical-coordinate representation of color #CC2BED: hue angle of 289.79º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2BED is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 43 | 237 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.07 |
| HSL | 289.79º | 0.84% | 0.55% | - |
| HSV(B) | 289.79º | 0.82% | 0.93% | - |
| XYZ | 41.05 | 20.68 | 81.95 | - |
| YUV | 113.26 | 197.84 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 43 | 237 | 0.14 | 0.82 | 0 | 0.07 | 289.79 | 0.84 | 0.55 |
| Hex | CC | 2B | ED | E | 52 | 0 | 7 | 122 | 54 | 37 |
| Octal | 314 | 53 | 355 | 16 | 122 | 0 | 7 | 442 | 124 | 67 |
| Binary | 11001100 | 101011 | 11101101 | 1110 | 1010010 | 0 | 111 | 100100010 | 1010100 | 110111 |
Color Harmonies of #CC2BED
Complementary color
Monochromatic Colors of #CC2BED
Black with #CC2BED
Text Example
Text Example
White with #CC2BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2BED; }
p { color: rgb(204,43,237); }
H1.HeaderClassName
{
color: #CC2BED;
}
.AnyTagClassName
{
color: #CC2BED;
}
</style>
background-color css
<style>
a { background-color: #CC2BED; }
a { background-color: rgb(204,43,237); }
div.DivClassName
{
background-color: #CC2BED;
}
.BgClassName
{
background-color: #CC2BED;
}
</style>
border-color css
<style>
span { border-color: #CC2BED; }
span { border-color: rgb(204,43,237); }
td.TdClassName
{
border-color: #CC2BED;
}
.TagClassName
{
border-color: #CC2BED;
}
</style>