Shades of Electric Purple #CC16F9
Tints of Electric Purple #CC16F9
RGB
CMYK
RGB Variations
Color information
#CC16F9 (or 0xCC16F9) is known color: Electric Purple. HEX triplet: CC, 16 and F9. RGB value is (204,22,249). Sum of RGB (Red+Green+Blue) = 204+22+249=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 22 (8.98% from 255 or 4.63% from 475); Blue value is 249 (97.66% from 255 or 52.42% from 475); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC16F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC16F9 is #33E906. Grayscale: #656565. Windows color (decimal): -3401991 or 16324300. OLE color: 16324300.
HSL color Cylindrical-coordinate representation of color #CC16F9: hue angle of 288.11º degrees, saturation: 0.95, 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 #CC16F9 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 22 | 249 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.02 |
| HSL | 288.11º | 0.95% | 0.53% | - |
| HSV(B) | 288.11º | 0.91% | 0.98% | - |
| XYZ | 42.29 | 20.25 | 91.3 | - |
| YUV | 102.3 | 210.8 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 249 | 0.18 | 0.91 | 0 | 0.02 | 288.11 | 0.95 | 0.53 |
| Hex | CC | 16 | F9 | 12 | 5B | 0 | 2 | 120 | 5F | 35 |
| Octal | 314 | 26 | 371 | 22 | 133 | 0 | 2 | 440 | 137 | 65 |
| Binary | 11001100 | 10110 | 11111001 | 10010 | 1011011 | 0 | 10 | 100100000 | 1011111 | 110101 |
Color Harmonies of #CC16F9
Complementary color
Monochromatic Colors of #CC16F9
Black with #CC16F9
Text Example
Text Example
White with #CC16F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC16F9; }
p { color: rgb(204,22,249); }
H1.HeaderClassName
{
color: #CC16F9;
}
.AnyTagClassName
{
color: #CC16F9;
}
</style>
background-color css
<style>
a { background-color: #CC16F9; }
a { background-color: rgb(204,22,249); }
div.DivClassName
{
background-color: #CC16F9;
}
.BgClassName
{
background-color: #CC16F9;
}
</style>
border-color css
<style>
span { border-color: #CC16F9; }
span { border-color: rgb(204,22,249); }
td.TdClassName
{
border-color: #CC16F9;
}
.TagClassName
{
border-color: #CC16F9;
}
</style>