Shades of Electric Purple #CC28F9
Tints of Electric Purple #CC28F9
RGB
CMYK
RGB Variations
Color information
#CC28F9 (or 0xCC28F9) is known color: Electric Purple. HEX triplet: CC, 28 and F9. RGB value is (204,40,249). Sum of RGB (Red+Green+Blue) = 204+40+249=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 40 (16.02% from 255 or 8.11% from 493); Blue value is 249 (97.66% from 255 or 50.51% from 493); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC28F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC28F9 is #33D706. Grayscale: #707070. Windows color (decimal): -3397383 or 16328908. OLE color: 16328908.
HSL color Cylindrical-coordinate representation of color #CC28F9: hue angle of 287.08º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC28F9 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 40 | 249 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.02 |
| HSL | 287.08º | 0.95% | 0.57% | - |
| HSV(B) | 287.08º | 0.84% | 0.98% | - |
| XYZ | 42.76 | 21.19 | 91.46 | - |
| YUV | 112.86 | 204.83 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 249 | 0.18 | 0.84 | 0 | 0.02 | 287.08 | 0.95 | 0.57 |
| Hex | CC | 28 | F9 | 12 | 54 | 0 | 2 | 11F | 5F | 39 |
| Octal | 314 | 50 | 371 | 22 | 124 | 0 | 2 | 437 | 137 | 71 |
| Binary | 11001100 | 101000 | 11111001 | 10010 | 1010100 | 0 | 10 | 100011111 | 1011111 | 111001 |
Color Harmonies of #CC28F9
Complementary color
Monochromatic Colors of #CC28F9
Black with #CC28F9
Text Example
Text Example
White with #CC28F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC28F9; }
p { color: rgb(204,40,249); }
H1.HeaderClassName
{
color: #CC28F9;
}
.AnyTagClassName
{
color: #CC28F9;
}
</style>
background-color css
<style>
a { background-color: #CC28F9; }
a { background-color: rgb(204,40,249); }
div.DivClassName
{
background-color: #CC28F9;
}
.BgClassName
{
background-color: #CC28F9;
}
</style>
border-color css
<style>
span { border-color: #CC28F9; }
span { border-color: rgb(204,40,249); }
td.TdClassName
{
border-color: #CC28F9;
}
.TagClassName
{
border-color: #CC28F9;
}
</style>