Shades of Electric Purple #CC16FC
Tints of Electric Purple #CC16FC
RGB
CMYK
RGB Variations
Color information
#CC16FC (or 0xCC16FC) is known color: Electric Purple. HEX triplet: CC, 16 and FC. RGB value is (204,22,252). Sum of RGB (Red+Green+Blue) = 204+22+252=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 22 (8.98% from 255 or 4.60% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC16FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC16FC is #33E903. Grayscale: #656565. Windows color (decimal): -3401988 or 16520908. OLE color: 16520908.
HSL color Cylindrical-coordinate representation of color #CC16FC: hue angle of 287.48º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC16FC is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 22 | 252 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.01 |
| HSL | 287.48º | 0.97% | 0.54% | - |
| HSV(B) | 287.48º | 0.91% | 0.99% | - |
| XYZ | 42.76 | 20.44 | 93.79 | - |
| YUV | 102.64 | 212.3 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 252 | 0.19 | 0.91 | 0 | 0.01 | 287.48 | 0.97 | 0.54 |
| Hex | CC | 16 | FC | 13 | 5B | 0 | 1 | 11F | 61 | 36 |
| Octal | 314 | 26 | 374 | 23 | 133 | 0 | 1 | 437 | 141 | 66 |
| Binary | 11001100 | 10110 | 11111100 | 10011 | 1011011 | 0 | 1 | 100011111 | 1100001 | 110110 |
Color Harmonies of #CC16FC
Complementary color
Monochromatic Colors of #CC16FC
Black with #CC16FC
Text Example
Text Example
White with #CC16FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC16FC; }
p { color: rgb(204,22,252); }
H1.HeaderClassName
{
color: #CC16FC;
}
.AnyTagClassName
{
color: #CC16FC;
}
</style>
background-color css
<style>
a { background-color: #CC16FC; }
a { background-color: rgb(204,22,252); }
div.DivClassName
{
background-color: #CC16FC;
}
.BgClassName
{
background-color: #CC16FC;
}
</style>
border-color css
<style>
span { border-color: #CC16FC; }
span { border-color: rgb(204,22,252); }
td.TdClassName
{
border-color: #CC16FC;
}
.TagClassName
{
border-color: #CC16FC;
}
</style>