Shades of Electric Purple #CC32FF
Tints of Electric Purple #CC32FF
RGB
CMYK
RGB Variations
Color information
#CC32FF (or 0xCC32FF) is known color: Electric Purple. HEX triplet: CC, 32 and FF. RGB value is (204,50,255). Sum of RGB (Red+Green+Blue) = 204+50+255=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 50 (19.92% from 255 or 9.82% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC32FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC32FF is #33CD00. Grayscale: #767676. Windows color (decimal): -3394817 or 16724684. OLE color: 16724684.
HSL color Cylindrical-coordinate representation of color #CC32FF: hue angle of 285.07º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC32FF is Cyan = 0.2, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 50 | 255 | - |
| CMYK | 0.2 | 0.80 | 0 | 0 |
| HSL | 285.07º | 1% | 0.6% | - |
| HSV(B) | 285.07º | 0.8% | 1% | - |
| XYZ | 44.09 | 22.34 | 96.6 | - |
| YUV | 119.42 | 204.52 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 255 | 0.2 | 0.80 | 0 | 0 | 285.07 | 1 | 0.6 |
| Hex | CC | 32 | FF | 14 | 50 | 0 | 0 | 11D | 64 | 3C |
| Octal | 314 | 62 | 377 | 24 | 120 | 0 | 0 | 435 | 144 | 74 |
| Binary | 11001100 | 110010 | 11111111 | 10100 | 1010000 | 0 | 0 | 100011101 | 1100100 | 111100 |
Color Harmonies of #CC32FF
Complementary color
Monochromatic Colors of #CC32FF
Black with #CC32FF
Text Example
Text Example
White with #CC32FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC32FF; }
p { color: rgb(204,50,255); }
H1.HeaderClassName
{
color: #CC32FF;
}
.AnyTagClassName
{
color: #CC32FF;
}
</style>
background-color css
<style>
a { background-color: #CC32FF; }
a { background-color: rgb(204,50,255); }
div.DivClassName
{
background-color: #CC32FF;
}
.BgClassName
{
background-color: #CC32FF;
}
</style>
border-color css
<style>
span { border-color: #CC32FF; }
span { border-color: rgb(204,50,255); }
td.TdClassName
{
border-color: #CC32FF;
}
.TagClassName
{
border-color: #CC32FF;
}
</style>