Shades of Electric Purple #CC28E7
Tints of Electric Purple #CC28E7
RGB
CMYK
RGB Variations
Color information
#CC28E7 (or 0xCC28E7) is known color: Electric Purple. HEX triplet: CC, 28 and E7. RGB value is (204,40,231). Sum of RGB (Red+Green+Blue) = 204+40+231=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 40 (16.02% from 255 or 8.42% from 475); Blue value is 231 (90.62% from 255 or 48.63% from 475); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC28E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC28E7 is #33D718. Grayscale: #6E6E6E. Windows color (decimal): -3397401 or 15149260. OLE color: 15149260.
HSL color Cylindrical-coordinate representation of color #CC28E7: hue angle of 291.52º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC28E7 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 40 | 231 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.09 |
| HSL | 291.52º | 0.8% | 0.53% | - |
| HSV(B) | 291.52º | 0.83% | 0.91% | - |
| XYZ | 40.08 | 20.12 | 77.37 | - |
| YUV | 110.81 | 195.83 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 231 | 0.12 | 0.83 | 0 | 0.09 | 291.52 | 0.8 | 0.53 |
| Hex | CC | 28 | E7 | C | 53 | 0 | 9 | 124 | 50 | 35 |
| Octal | 314 | 50 | 347 | 14 | 123 | 0 | 11 | 444 | 120 | 65 |
| Binary | 11001100 | 101000 | 11100111 | 1100 | 1010011 | 0 | 1001 | 100100100 | 1010000 | 110101 |
Color Harmonies of #CC28E7
Complementary color
Monochromatic Colors of #CC28E7
Black with #CC28E7
Text Example
Text Example
White with #CC28E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC28E7; }
p { color: rgb(204,40,231); }
H1.HeaderClassName
{
color: #CC28E7;
}
.AnyTagClassName
{
color: #CC28E7;
}
</style>
background-color css
<style>
a { background-color: #CC28E7; }
a { background-color: rgb(204,40,231); }
div.DivClassName
{
background-color: #CC28E7;
}
.BgClassName
{
background-color: #CC28E7;
}
</style>
border-color css
<style>
span { border-color: #CC28E7; }
span { border-color: rgb(204,40,231); }
td.TdClassName
{
border-color: #CC28E7;
}
.TagClassName
{
border-color: #CC28E7;
}
</style>