Shades of Fuchsia #CC56BC
Tints of Fuchsia #CC56BC
RGB
CMYK
RGB Variations
Color information
#CC56BC (or 0xCC56BC) is known color: Fuchsia. HEX triplet: CC, 56 and BC. RGB value is (204,86,188). Sum of RGB (Red+Green+Blue) = 204+86+188=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC56BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC56BC is #33A943. Grayscale: #848484. Windows color (decimal): -3385668 or 12342988. OLE color: 12342988.
HSL color Cylindrical-coordinate representation of color #CC56BC: hue angle of 308.14º 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 #CC56BC is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 188 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.2 |
| HSL | 308.14º | 0.54% | 0.57% | - |
| HSV(B) | 308.14º | 0.58% | 0.8% | - |
| XYZ | 37.31 | 23.12 | 50.07 | - |
| YUV | 132.91 | 159.09 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 188 | 0 | 0.58 | 0.08 | 0.2 | 308.14 | 0.54 | 0.57 |
| Hex | CC | 56 | BC | 0 | 3A | 8 | 14 | 134 | 36 | 39 |
| Octal | 314 | 126 | 274 | 0 | 72 | 10 | 24 | 464 | 66 | 71 |
| Binary | 11001100 | 1010110 | 10111100 | 0 | 111010 | 1000 | 10100 | 100110100 | 110110 | 111001 |
Color Harmonies of #CC56BC
Complementary color
Monochromatic Colors of #CC56BC
Black with #CC56BC
Text Example
Text Example
White with #CC56BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC56BC; }
p { color: rgb(204,86,188); }
H1.HeaderClassName
{
color: #CC56BC;
}
.AnyTagClassName
{
color: #CC56BC;
}
</style>
background-color css
<style>
a { background-color: #CC56BC; }
a { background-color: rgb(204,86,188); }
div.DivClassName
{
background-color: #CC56BC;
}
.BgClassName
{
background-color: #CC56BC;
}
</style>
border-color css
<style>
span { border-color: #CC56BC; }
span { border-color: rgb(204,86,188); }
td.TdClassName
{
border-color: #CC56BC;
}
.TagClassName
{
border-color: #CC56BC;
}
</style>