Shades of Electric Purple #CC32FD
Tints of Electric Purple #CC32FD
RGB
CMYK
RGB Variations
Color information
#CC32FD (or 0xCC32FD) is known color: Electric Purple. HEX triplet: CC, 32 and FD. RGB value is (204,50,253). Sum of RGB (Red+Green+Blue) = 204+50+253=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 50 (19.92% from 255 or 9.86% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC32FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC32FD is #33CD02. Grayscale: #767676. Windows color (decimal): -3394819 or 16593612. OLE color: 16593612.
HSL color Cylindrical-coordinate representation of color #CC32FD: hue angle of 285.52º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC32FD is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 50 | 253 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.01 |
| HSL | 285.52º | 0.98% | 0.59% | - |
| HSV(B) | 285.52º | 0.8% | 0.99% | - |
| XYZ | 43.77 | 22.21 | 94.91 | - |
| YUV | 119.19 | 203.52 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 253 | 0.19 | 0.80 | 0 | 0.01 | 285.52 | 0.98 | 0.59 |
| Hex | CC | 32 | FD | 13 | 50 | 0 | 1 | 11E | 62 | 3B |
| Octal | 314 | 62 | 375 | 23 | 120 | 0 | 1 | 436 | 142 | 73 |
| Binary | 11001100 | 110010 | 11111101 | 10011 | 1010000 | 0 | 1 | 100011110 | 1100010 | 111011 |
Color Harmonies of #CC32FD
Complementary color
Monochromatic Colors of #CC32FD
Black with #CC32FD
Text Example
Text Example
White with #CC32FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC32FD; }
p { color: rgb(204,50,253); }
H1.HeaderClassName
{
color: #CC32FD;
}
.AnyTagClassName
{
color: #CC32FD;
}
</style>
background-color css
<style>
a { background-color: #CC32FD; }
a { background-color: rgb(204,50,253); }
div.DivClassName
{
background-color: #CC32FD;
}
.BgClassName
{
background-color: #CC32FD;
}
</style>
border-color css
<style>
span { border-color: #CC32FD; }
span { border-color: rgb(204,50,253); }
td.TdClassName
{
border-color: #CC32FD;
}
.TagClassName
{
border-color: #CC32FD;
}
</style>