Shades of Electric Purple #CC32FA
Tints of Electric Purple #CC32FA
RGB
CMYK
RGB Variations
Color information
#CC32FA (or 0xCC32FA) is known color: Electric Purple. HEX triplet: CC, 32 and FA. RGB value is (204,50,250). Sum of RGB (Red+Green+Blue) = 204+50+250=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 50 (19.92% from 255 or 9.92% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC32FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC32FA is #33CD05. Grayscale: #767676. Windows color (decimal): -3394822 or 16397004. OLE color: 16397004.
HSL color Cylindrical-coordinate representation of color #CC32FA: hue angle of 286.2º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC32FA is Cyan = 0.18, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 50 | 250 | - |
| CMYK | 0.18 | 0.8 | 0 | 0.02 |
| HSL | 286.2º | 0.95% | 0.59% | - |
| HSV(B) | 286.2º | 0.8% | 0.98% | - |
| XYZ | 43.3 | 22.02 | 92.41 | - |
| YUV | 118.85 | 202.02 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 250 | 0.18 | 0.8 | 0 | 0.02 | 286.2 | 0.95 | 0.59 |
| Hex | CC | 32 | FA | 12 | 50 | 0 | 2 | 11E | 5F | 3B |
| Octal | 314 | 62 | 372 | 22 | 120 | 0 | 2 | 436 | 137 | 73 |
| Binary | 11001100 | 110010 | 11111010 | 10010 | 1010000 | 0 | 10 | 100011110 | 1011111 | 111011 |
Color Harmonies of #CC32FA
Complementary color
Monochromatic Colors of #CC32FA
Black with #CC32FA
Text Example
Text Example
White with #CC32FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC32FA; }
p { color: rgb(204,50,250); }
H1.HeaderClassName
{
color: #CC32FA;
}
.AnyTagClassName
{
color: #CC32FA;
}
</style>
background-color css
<style>
a { background-color: #CC32FA; }
a { background-color: rgb(204,50,250); }
div.DivClassName
{
background-color: #CC32FA;
}
.BgClassName
{
background-color: #CC32FA;
}
</style>
border-color css
<style>
span { border-color: #CC32FA; }
span { border-color: rgb(204,50,250); }
td.TdClassName
{
border-color: #CC32FA;
}
.TagClassName
{
border-color: #CC32FA;
}
</style>