Shades of Fuchsia #CC56AB
Tints of Fuchsia #CC56AB
RGB
CMYK
RGB Variations
Color information
#CC56AB (or 0xCC56AB) is known color: Fuchsia. HEX triplet: CC, 56 and AB. RGB value is (204,86,171). Sum of RGB (Red+Green+Blue) = 204+86+171=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC56AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC56AB is #33A954. Grayscale: #828282. Windows color (decimal): -3385685 or 11228876. OLE color: 11228876.
HSL color Cylindrical-coordinate representation of color #CC56AB: hue angle of 316.78º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC56AB is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 171 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.2 |
| HSL | 316.78º | 0.54% | 0.57% | - |
| HSV(B) | 316.78º | 0.58% | 0.8% | - |
| XYZ | 35.58 | 22.43 | 40.98 | - |
| YUV | 130.97 | 150.59 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 171 | 0 | 0.58 | 0.16 | 0.2 | 316.78 | 0.54 | 0.57 |
| Hex | CC | 56 | AB | 0 | 3A | 10 | 14 | 13D | 36 | 39 |
| Octal | 314 | 126 | 253 | 0 | 72 | 20 | 24 | 475 | 66 | 71 |
| Binary | 11001100 | 1010110 | 10101011 | 0 | 111010 | 10000 | 10100 | 100111101 | 110110 | 111001 |
Color Harmonies of #CC56AB
Complementary color
Monochromatic Colors of #CC56AB
Black with #CC56AB
Text Example
Text Example
White with #CC56AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC56AB; }
p { color: rgb(204,86,171); }
H1.HeaderClassName
{
color: #CC56AB;
}
.AnyTagClassName
{
color: #CC56AB;
}
</style>
background-color css
<style>
a { background-color: #CC56AB; }
a { background-color: rgb(204,86,171); }
div.DivClassName
{
background-color: #CC56AB;
}
.BgClassName
{
background-color: #CC56AB;
}
</style>
border-color css
<style>
span { border-color: #CC56AB; }
span { border-color: rgb(204,86,171); }
td.TdClassName
{
border-color: #CC56AB;
}
.TagClassName
{
border-color: #CC56AB;
}
</style>