Shades of Fuchsia #CC56B2
Tints of Fuchsia #CC56B2
RGB
CMYK
RGB Variations
Color information
#CC56B2 (or 0xCC56B2) is known color: Fuchsia. HEX triplet: CC, 56 and B2. RGB value is (204,86,178). Sum of RGB (Red+Green+Blue) = 204+86+178=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC56B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC56B2 is #33A94D. Grayscale: #838383. Windows color (decimal): -3385678 or 11687628. OLE color: 11687628.
HSL color Cylindrical-coordinate representation of color #CC56B2: hue angle of 313.22º 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 #CC56B2 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 178 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.2 |
| HSL | 313.22º | 0.54% | 0.57% | - |
| HSV(B) | 313.22º | 0.58% | 0.8% | - |
| XYZ | 36.27 | 22.71 | 44.59 | - |
| YUV | 131.77 | 154.09 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 178 | 0 | 0.58 | 0.13 | 0.2 | 313.22 | 0.54 | 0.57 |
| Hex | CC | 56 | B2 | 0 | 3A | D | 14 | 139 | 36 | 39 |
| Octal | 314 | 126 | 262 | 0 | 72 | 15 | 24 | 471 | 66 | 71 |
| Binary | 11001100 | 1010110 | 10110010 | 0 | 111010 | 1101 | 10100 | 100111001 | 110110 | 111001 |
Color Harmonies of #CC56B2
Complementary color
Monochromatic Colors of #CC56B2
Black with #CC56B2
Text Example
Text Example
White with #CC56B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC56B2; }
p { color: rgb(204,86,178); }
H1.HeaderClassName
{
color: #CC56B2;
}
.AnyTagClassName
{
color: #CC56B2;
}
</style>
background-color css
<style>
a { background-color: #CC56B2; }
a { background-color: rgb(204,86,178); }
div.DivClassName
{
background-color: #CC56B2;
}
.BgClassName
{
background-color: #CC56B2;
}
</style>
border-color css
<style>
span { border-color: #CC56B2; }
span { border-color: rgb(204,86,178); }
td.TdClassName
{
border-color: #CC56B2;
}
.TagClassName
{
border-color: #CC56B2;
}
</style>