Shades of Electric Purple #CC16FA
Tints of Electric Purple #CC16FA
RGB
CMYK
RGB Variations
Color information
#CC16FA (or 0xCC16FA) is known color: Electric Purple. HEX triplet: CC, 16 and FA. RGB value is (204,22,250). Sum of RGB (Red+Green+Blue) = 204+22+250=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 22 (8.98% from 255 or 4.62% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC16FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC16FA is #33E905. Grayscale: #656565. Windows color (decimal): -3401990 or 16389836. OLE color: 16389836.
HSL color Cylindrical-coordinate representation of color #CC16FA: hue angle of 287.89º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC16FA is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 22 | 250 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.02 |
| HSL | 287.89º | 0.96% | 0.53% | - |
| HSV(B) | 287.89º | 0.91% | 0.98% | - |
| XYZ | 42.44 | 20.31 | 92.13 | - |
| YUV | 102.41 | 211.3 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 250 | 0.18 | 0.91 | 0 | 0.02 | 287.89 | 0.96 | 0.53 |
| Hex | CC | 16 | FA | 12 | 5B | 0 | 2 | 120 | 60 | 35 |
| Octal | 314 | 26 | 372 | 22 | 133 | 0 | 2 | 440 | 140 | 65 |
| Binary | 11001100 | 10110 | 11111010 | 10010 | 1011011 | 0 | 10 | 100100000 | 1100000 | 110101 |
Color Harmonies of #CC16FA
Complementary color
Monochromatic Colors of #CC16FA
Black with #CC16FA
Text Example
Text Example
White with #CC16FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC16FA; }
p { color: rgb(204,22,250); }
H1.HeaderClassName
{
color: #CC16FA;
}
.AnyTagClassName
{
color: #CC16FA;
}
</style>
background-color css
<style>
a { background-color: #CC16FA; }
a { background-color: rgb(204,22,250); }
div.DivClassName
{
background-color: #CC16FA;
}
.BgClassName
{
background-color: #CC16FA;
}
</style>
border-color css
<style>
span { border-color: #CC16FA; }
span { border-color: rgb(204,22,250); }
td.TdClassName
{
border-color: #CC16FA;
}
.TagClassName
{
border-color: #CC16FA;
}
</style>