Shades of Electric Purple #CC28ED
Tints of Electric Purple #CC28ED
RGB
CMYK
RGB Variations
Color information
#CC28ED (or 0xCC28ED) is known color: Electric Purple. HEX triplet: CC, 28 and ED. RGB value is (204,40,237). Sum of RGB (Red+Green+Blue) = 204+40+237=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 40 (16.02% from 255 or 8.32% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC28ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC28ED is #33D712. Grayscale: #6E6E6E. Windows color (decimal): -3397395 or 15542476. OLE color: 15542476.
HSL color Cylindrical-coordinate representation of color #CC28ED: hue angle of 289.95º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC28ED is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 40 | 237 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.07 |
| HSL | 289.95º | 0.85% | 0.54% | - |
| HSV(B) | 289.95º | 0.83% | 0.93% | - |
| XYZ | 40.95 | 20.47 | 81.91 | - |
| YUV | 111.49 | 198.83 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 237 | 0.14 | 0.83 | 0 | 0.07 | 289.95 | 0.85 | 0.54 |
| Hex | CC | 28 | ED | E | 53 | 0 | 7 | 122 | 55 | 36 |
| Octal | 314 | 50 | 355 | 16 | 123 | 0 | 7 | 442 | 125 | 66 |
| Binary | 11001100 | 101000 | 11101101 | 1110 | 1010011 | 0 | 111 | 100100010 | 1010101 | 110110 |
Color Harmonies of #CC28ED
Complementary color
Monochromatic Colors of #CC28ED
Black with #CC28ED
Text Example
Text Example
White with #CC28ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC28ED; }
p { color: rgb(204,40,237); }
H1.HeaderClassName
{
color: #CC28ED;
}
.AnyTagClassName
{
color: #CC28ED;
}
</style>
background-color css
<style>
a { background-color: #CC28ED; }
a { background-color: rgb(204,40,237); }
div.DivClassName
{
background-color: #CC28ED;
}
.BgClassName
{
background-color: #CC28ED;
}
</style>
border-color css
<style>
span { border-color: #CC28ED; }
span { border-color: rgb(204,40,237); }
td.TdClassName
{
border-color: #CC28ED;
}
.TagClassName
{
border-color: #CC28ED;
}
</style>