Shades of Electric Purple #CC20FF
Tints of Electric Purple #CC20FF
RGB
CMYK
RGB Variations
Color information
#CC20FF (or 0xCC20FF) is known color: Electric Purple. HEX triplet: CC, 20 and FF. RGB value is (204,32,255). Sum of RGB (Red+Green+Blue) = 204+32+255=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 32 (12.89% from 255 or 6.52% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC20FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC20FF is #33DF00. Grayscale: #6C6C6C. Windows color (decimal): -3399425 or 16720076. OLE color: 16720076.
HSL color Cylindrical-coordinate representation of color #CC20FF: hue angle of 286.28º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC20FF is Cyan = 0.2, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 32 | 255 | - |
| CMYK | 0.2 | 0.87 | 0 | 0 |
| HSL | 286.28º | 1% | 0.56% | - |
| HSV(B) | 286.28º | 0.87% | 1% | - |
| XYZ | 43.47 | 21.09 | 96.39 | - |
| YUV | 108.85 | 210.48 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 255 | 0.2 | 0.87 | 0 | 0 | 286.28 | 1 | 0.56 |
| Hex | CC | 20 | FF | 14 | 57 | 0 | 0 | 11E | 64 | 38 |
| Octal | 314 | 40 | 377 | 24 | 127 | 0 | 0 | 436 | 144 | 70 |
| Binary | 11001100 | 100000 | 11111111 | 10100 | 1010111 | 0 | 0 | 100011110 | 1100100 | 111000 |
Color Harmonies of #CC20FF
Complementary color
Monochromatic Colors of #CC20FF
Black with #CC20FF
Text Example
Text Example
White with #CC20FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC20FF; }
p { color: rgb(204,32,255); }
H1.HeaderClassName
{
color: #CC20FF;
}
.AnyTagClassName
{
color: #CC20FF;
}
</style>
background-color css
<style>
a { background-color: #CC20FF; }
a { background-color: rgb(204,32,255); }
div.DivClassName
{
background-color: #CC20FF;
}
.BgClassName
{
background-color: #CC20FF;
}
</style>
border-color css
<style>
span { border-color: #CC20FF; }
span { border-color: rgb(204,32,255); }
td.TdClassName
{
border-color: #CC20FF;
}
.TagClassName
{
border-color: #CC20FF;
}
</style>