Shades of Electric Purple #CC20FE
Tints of Electric Purple #CC20FE
RGB
CMYK
RGB Variations
Color information
#CC20FE (or 0xCC20FE) is known color: Electric Purple. HEX triplet: CC, 20 and FE. RGB value is (204,32,254). Sum of RGB (Red+Green+Blue) = 204+32+254=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 32 (12.89% from 255 or 6.53% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC20FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC20FE is #33DF01. Grayscale: #6C6C6C. Windows color (decimal): -3399426 or 16654540. OLE color: 16654540.
HSL color Cylindrical-coordinate representation of color #CC20FE: hue angle of 286.49º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC20FE is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 32 | 254 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.00 |
| HSL | 286.49º | 0.99% | 0.56% | - |
| HSV(B) | 286.49º | 0.87% | 1% | - |
| XYZ | 43.31 | 21.03 | 95.54 | - |
| YUV | 108.74 | 209.98 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 254 | 0.20 | 0.87 | 0 | 0.00 | 286.49 | 0.99 | 0.56 |
| Hex | CC | 20 | FE | 14 | 57 | 0 | 0 | 11E | 63 | 38 |
| Octal | 314 | 40 | 376 | 24 | 127 | 0 | 0 | 436 | 143 | 70 |
| Binary | 11001100 | 100000 | 11111110 | 10100 | 1010111 | 0 | 0 | 100011110 | 1100011 | 111000 |
Color Harmonies of #CC20FE
Complementary color
Monochromatic Colors of #CC20FE
Black with #CC20FE
Text Example
Text Example
White with #CC20FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC20FE; }
p { color: rgb(204,32,254); }
H1.HeaderClassName
{
color: #CC20FE;
}
.AnyTagClassName
{
color: #CC20FE;
}
</style>
background-color css
<style>
a { background-color: #CC20FE; }
a { background-color: rgb(204,32,254); }
div.DivClassName
{
background-color: #CC20FE;
}
.BgClassName
{
background-color: #CC20FE;
}
</style>
border-color css
<style>
span { border-color: #CC20FE; }
span { border-color: rgb(204,32,254); }
td.TdClassName
{
border-color: #CC20FE;
}
.TagClassName
{
border-color: #CC20FE;
}
</style>