Shades of Electric Purple #CC16FD
Tints of Electric Purple #CC16FD
RGB
CMYK
RGB Variations
Color information
#CC16FD (or 0xCC16FD) is known color: Electric Purple. HEX triplet: CC, 16 and FD. RGB value is (204,22,253). Sum of RGB (Red+Green+Blue) = 204+22+253=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 22 (8.98% from 255 or 4.59% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC16FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC16FD is #33E902. Grayscale: #666666. Windows color (decimal): -3401987 or 16586444. OLE color: 16586444.
HSL color Cylindrical-coordinate representation of color #CC16FD: hue angle of 287.27º degrees, saturation: 0.98, 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 #CC16FD is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 22 | 253 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.01 |
| HSL | 287.27º | 0.98% | 0.54% | - |
| HSV(B) | 287.27º | 0.91% | 0.99% | - |
| XYZ | 42.92 | 20.5 | 94.62 | - |
| YUV | 102.75 | 212.8 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 253 | 0.19 | 0.91 | 0 | 0.01 | 287.27 | 0.98 | 0.54 |
| Hex | CC | 16 | FD | 13 | 5B | 0 | 1 | 11F | 62 | 36 |
| Octal | 314 | 26 | 375 | 23 | 133 | 0 | 1 | 437 | 142 | 66 |
| Binary | 11001100 | 10110 | 11111101 | 10011 | 1011011 | 0 | 1 | 100011111 | 1100010 | 110110 |
Color Harmonies of #CC16FD
Complementary color
Monochromatic Colors of #CC16FD
Black with #CC16FD
Text Example
Text Example
White with #CC16FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC16FD; }
p { color: rgb(204,22,253); }
H1.HeaderClassName
{
color: #CC16FD;
}
.AnyTagClassName
{
color: #CC16FD;
}
</style>
background-color css
<style>
a { background-color: #CC16FD; }
a { background-color: rgb(204,22,253); }
div.DivClassName
{
background-color: #CC16FD;
}
.BgClassName
{
background-color: #CC16FD;
}
</style>
border-color css
<style>
span { border-color: #CC16FD; }
span { border-color: rgb(204,22,253); }
td.TdClassName
{
border-color: #CC16FD;
}
.TagClassName
{
border-color: #CC16FD;
}
</style>