Shades of Fuchsia #CC56BA
Tints of Fuchsia #CC56BA
RGB
CMYK
RGB Variations
Color information
#CC56BA (or 0xCC56BA) is known color: Fuchsia. HEX triplet: CC, 56 and BA. RGB value is (204,86,186). Sum of RGB (Red+Green+Blue) = 204+86+186=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC56BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC56BA is #33A945. Grayscale: #848484. Windows color (decimal): -3385670 or 12211916. OLE color: 12211916.
HSL color Cylindrical-coordinate representation of color #CC56BA: hue angle of 309.15º 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 #CC56BA is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 186 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.2 |
| HSL | 309.15º | 0.54% | 0.57% | - |
| HSV(B) | 309.15º | 0.58% | 0.8% | - |
| XYZ | 37.09 | 23.04 | 48.95 | - |
| YUV | 132.68 | 158.09 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 186 | 0 | 0.58 | 0.09 | 0.2 | 309.15 | 0.54 | 0.57 |
| Hex | CC | 56 | BA | 0 | 3A | 9 | 14 | 135 | 36 | 39 |
| Octal | 314 | 126 | 272 | 0 | 72 | 11 | 24 | 465 | 66 | 71 |
| Binary | 11001100 | 1010110 | 10111010 | 0 | 111010 | 1001 | 10100 | 100110101 | 110110 | 111001 |
Color Harmonies of #CC56BA
Complementary color
Monochromatic Colors of #CC56BA
Black with #CC56BA
Text Example
Text Example
White with #CC56BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC56BA; }
p { color: rgb(204,86,186); }
H1.HeaderClassName
{
color: #CC56BA;
}
.AnyTagClassName
{
color: #CC56BA;
}
</style>
background-color css
<style>
a { background-color: #CC56BA; }
a { background-color: rgb(204,86,186); }
div.DivClassName
{
background-color: #CC56BA;
}
.BgClassName
{
background-color: #CC56BA;
}
</style>
border-color css
<style>
span { border-color: #CC56BA; }
span { border-color: rgb(204,86,186); }
td.TdClassName
{
border-color: #CC56BA;
}
.TagClassName
{
border-color: #CC56BA;
}
</style>