Shades of Fuchsia #CC56C5
Tints of Fuchsia #CC56C5
RGB
CMYK
RGB Variations
Color information
#CC56C5 (or 0xCC56C5) is known color: Fuchsia. HEX triplet: CC, 56 and C5. RGB value is (204,86,197). Sum of RGB (Red+Green+Blue) = 204+86+197=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC56C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC56C5 is #33A93A. Grayscale: #858585. Windows color (decimal): -3385659 or 12932812. OLE color: 12932812.
HSL color Cylindrical-coordinate representation of color #CC56C5: hue angle of 303.56º 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 #CC56C5 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 197 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.2 |
| HSL | 303.56º | 0.54% | 0.57% | - |
| HSV(B) | 303.56º | 0.58% | 0.8% | - |
| XYZ | 38.31 | 23.52 | 55.34 | - |
| YUV | 133.94 | 163.59 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 197 | 0 | 0.58 | 0.03 | 0.2 | 303.56 | 0.54 | 0.57 |
| Hex | CC | 56 | C5 | 0 | 3A | 3 | 14 | 130 | 36 | 39 |
| Octal | 314 | 126 | 305 | 0 | 72 | 3 | 24 | 460 | 66 | 71 |
| Binary | 11001100 | 1010110 | 11000101 | 0 | 111010 | 11 | 10100 | 100110000 | 110110 | 111001 |
Color Harmonies of #CC56C5
Complementary color
Monochromatic Colors of #CC56C5
Black with #CC56C5
Text Example
Text Example
White with #CC56C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC56C5; }
p { color: rgb(204,86,197); }
H1.HeaderClassName
{
color: #CC56C5;
}
.AnyTagClassName
{
color: #CC56C5;
}
</style>
background-color css
<style>
a { background-color: #CC56C5; }
a { background-color: rgb(204,86,197); }
div.DivClassName
{
background-color: #CC56C5;
}
.BgClassName
{
background-color: #CC56C5;
}
</style>
border-color css
<style>
span { border-color: #CC56C5; }
span { border-color: rgb(204,86,197); }
td.TdClassName
{
border-color: #CC56C5;
}
.TagClassName
{
border-color: #CC56C5;
}
</style>