Shades of Electric Purple #CC16FE
Tints of Electric Purple #CC16FE
RGB
CMYK
RGB Variations
Color information
#CC16FE (or 0xCC16FE) is known color: Electric Purple. HEX triplet: CC, 16 and FE. RGB value is (204,22,254). Sum of RGB (Red+Green+Blue) = 204+22+254=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 22 (8.98% from 255 or 4.58% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC16FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC16FE is #33E901. Grayscale: #666666. Windows color (decimal): -3401986 or 16651980. OLE color: 16651980.
HSL color Cylindrical-coordinate representation of color #CC16FE: hue angle of 287.07º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC16FE is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 22 | 254 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.00 |
| HSL | 287.07º | 0.99% | 0.54% | - |
| HSV(B) | 287.07º | 0.91% | 1% | - |
| XYZ | 43.08 | 20.57 | 95.47 | - |
| YUV | 102.87 | 213.3 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 254 | 0.20 | 0.91 | 0 | 0.00 | 287.07 | 0.99 | 0.54 |
| Hex | CC | 16 | FE | 14 | 5B | 0 | 0 | 11F | 63 | 36 |
| Octal | 314 | 26 | 376 | 24 | 133 | 0 | 0 | 437 | 143 | 66 |
| Binary | 11001100 | 10110 | 11111110 | 10100 | 1011011 | 0 | 0 | 100011111 | 1100011 | 110110 |
Color Harmonies of #CC16FE
Complementary color
Monochromatic Colors of #CC16FE
Black with #CC16FE
Text Example
Text Example
White with #CC16FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC16FE; }
p { color: rgb(204,22,254); }
H1.HeaderClassName
{
color: #CC16FE;
}
.AnyTagClassName
{
color: #CC16FE;
}
</style>
background-color css
<style>
a { background-color: #CC16FE; }
a { background-color: rgb(204,22,254); }
div.DivClassName
{
background-color: #CC16FE;
}
.BgClassName
{
background-color: #CC16FE;
}
</style>
border-color css
<style>
span { border-color: #CC16FE; }
span { border-color: rgb(204,22,254); }
td.TdClassName
{
border-color: #CC16FE;
}
.TagClassName
{
border-color: #CC16FE;
}
</style>