Shades of Electric Purple #CC28FF
Tints of Electric Purple #CC28FF
RGB
CMYK
RGB Variations
Color information
#CC28FF (or 0xCC28FF) is known color: Electric Purple. HEX triplet: CC, 28 and FF. RGB value is (204,40,255). Sum of RGB (Red+Green+Blue) = 204+40+255=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 40 (16.02% from 255 or 8.02% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC28FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC28FF is #33D700. Grayscale: #707070. Windows color (decimal): -3397377 or 16722124. OLE color: 16722124.
HSL color Cylindrical-coordinate representation of color #CC28FF: hue angle of 285.77º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC28FF is Cyan = 0.2, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 40 | 255 | - |
| CMYK | 0.2 | 0.84 | 0 | 0 |
| HSL | 285.77º | 1% | 0.58% | - |
| HSV(B) | 285.77º | 0.84% | 1% | - |
| XYZ | 43.71 | 21.57 | 96.47 | - |
| YUV | 113.55 | 207.83 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 255 | 0.2 | 0.84 | 0 | 0 | 285.77 | 1 | 0.58 |
| Hex | CC | 28 | FF | 14 | 54 | 0 | 0 | 11E | 64 | 3A |
| Octal | 314 | 50 | 377 | 24 | 124 | 0 | 0 | 436 | 144 | 72 |
| Binary | 11001100 | 101000 | 11111111 | 10100 | 1010100 | 0 | 0 | 100011110 | 1100100 | 111010 |
Color Harmonies of #CC28FF
Complementary color
Monochromatic Colors of #CC28FF
Black with #CC28FF
Text Example
Text Example
White with #CC28FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC28FF; }
p { color: rgb(204,40,255); }
H1.HeaderClassName
{
color: #CC28FF;
}
.AnyTagClassName
{
color: #CC28FF;
}
</style>
background-color css
<style>
a { background-color: #CC28FF; }
a { background-color: rgb(204,40,255); }
div.DivClassName
{
background-color: #CC28FF;
}
.BgClassName
{
background-color: #CC28FF;
}
</style>
border-color css
<style>
span { border-color: #CC28FF; }
span { border-color: rgb(204,40,255); }
td.TdClassName
{
border-color: #CC28FF;
}
.TagClassName
{
border-color: #CC28FF;
}
</style>