Shades of Electric Purple #CC16F5
Tints of Electric Purple #CC16F5
RGB
CMYK
RGB Variations
Color information
#CC16F5 (or 0xCC16F5) is known color: Electric Purple. HEX triplet: CC, 16 and F5. RGB value is (204,22,245). Sum of RGB (Red+Green+Blue) = 204+22+245=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 22 (8.98% from 255 or 4.67% from 471); Blue value is 245 (96.09% from 255 or 52.02% from 471); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC16F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC16F5 is #33E90A. Grayscale: #656565. Windows color (decimal): -3401995 or 16062156. OLE color: 16062156.
HSL color Cylindrical-coordinate representation of color #CC16F5: hue angle of 288.97º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC16F5 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 22 | 245 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.04 |
| HSL | 288.97º | 0.92% | 0.52% | - |
| HSV(B) | 288.97º | 0.91% | 0.96% | - |
| XYZ | 41.67 | 20 | 88.05 | - |
| YUV | 101.84 | 208.8 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 245 | 0.17 | 0.91 | 0 | 0.04 | 288.97 | 0.92 | 0.52 |
| Hex | CC | 16 | F5 | 11 | 5B | 0 | 4 | 121 | 5C | 34 |
| Octal | 314 | 26 | 365 | 21 | 133 | 0 | 4 | 441 | 134 | 64 |
| Binary | 11001100 | 10110 | 11110101 | 10001 | 1011011 | 0 | 100 | 100100001 | 1011100 | 110100 |
Color Harmonies of #CC16F5
Complementary color
Monochromatic Colors of #CC16F5
Black with #CC16F5
Text Example
Text Example
White with #CC16F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC16F5; }
p { color: rgb(204,22,245); }
H1.HeaderClassName
{
color: #CC16F5;
}
.AnyTagClassName
{
color: #CC16F5;
}
</style>
background-color css
<style>
a { background-color: #CC16F5; }
a { background-color: rgb(204,22,245); }
div.DivClassName
{
background-color: #CC16F5;
}
.BgClassName
{
background-color: #CC16F5;
}
</style>
border-color css
<style>
span { border-color: #CC16F5; }
span { border-color: rgb(204,22,245); }
td.TdClassName
{
border-color: #CC16F5;
}
.TagClassName
{
border-color: #CC16F5;
}
</style>