Shades of Electric Purple #CC16FF
Tints of Electric Purple #CC16FF
RGB
CMYK
RGB Variations
Color information
#CC16FF (or 0xCC16FF) is known color: Electric Purple. HEX triplet: CC, 16 and FF. RGB value is (204,22,255). Sum of RGB (Red+Green+Blue) = 204+22+255=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 22 (8.98% from 255 or 4.57% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC16FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC16FF is #33E900. Grayscale: #666666. Windows color (decimal): -3401985 or 16717516. OLE color: 16717516.
HSL color Cylindrical-coordinate representation of color #CC16FF: hue angle of 286.87º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC16FF is Cyan = 0.2, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 22 | 255 | - |
| CMYK | 0.2 | 0.91 | 0 | 0 |
| HSL | 286.87º | 1% | 0.54% | - |
| HSV(B) | 286.87º | 0.91% | 1% | - |
| XYZ | 43.24 | 20.63 | 96.31 | - |
| YUV | 102.98 | 213.8 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 255 | 0.2 | 0.91 | 0 | 0 | 286.87 | 1 | 0.54 |
| Hex | CC | 16 | FF | 14 | 5B | 0 | 0 | 11F | 64 | 36 |
| Octal | 314 | 26 | 377 | 24 | 133 | 0 | 0 | 437 | 144 | 66 |
| Binary | 11001100 | 10110 | 11111111 | 10100 | 1011011 | 0 | 0 | 100011111 | 1100100 | 110110 |
Color Harmonies of #CC16FF
Complementary color
Monochromatic Colors of #CC16FF
Black with #CC16FF
Text Example
Text Example
White with #CC16FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC16FF; }
p { color: rgb(204,22,255); }
H1.HeaderClassName
{
color: #CC16FF;
}
.AnyTagClassName
{
color: #CC16FF;
}
</style>
background-color css
<style>
a { background-color: #CC16FF; }
a { background-color: rgb(204,22,255); }
div.DivClassName
{
background-color: #CC16FF;
}
.BgClassName
{
background-color: #CC16FF;
}
</style>
border-color css
<style>
span { border-color: #CC16FF; }
span { border-color: rgb(204,22,255); }
td.TdClassName
{
border-color: #CC16FF;
}
.TagClassName
{
border-color: #CC16FF;
}
</style>