Shades of Fuchsia #C56CBB
Tints of Fuchsia #C56CBB
RGB
CMYK
RGB Variations
Color information
#C56CBB (or 0xC56CBB) is known color: Fuchsia. HEX triplet: C5, 6C and BB. RGB value is (197,108,187). Sum of RGB (Red+Green+Blue) = 197+108+187=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C56CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56CBB is #3A9344. Grayscale: #8F8F8F. Windows color (decimal): -3838789 or 12283077. OLE color: 12283077.
HSL color Cylindrical-coordinate representation of color #C56CBB: hue angle of 306.74º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C56CBB is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 108 | 187 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.23 |
| HSL | 306.74º | 0.43% | 0.6% | - |
| HSV(B) | 306.74º | 0.45% | 0.77% | - |
| XYZ | 37.36 | 26.18 | 50.1 | - |
| YUV | 143.62 | 152.49 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 187 | 0 | 0.45 | 0.05 | 0.23 | 306.74 | 0.43 | 0.6 |
| Hex | C5 | 6C | BB | 0 | 2D | 5 | 17 | 133 | 2B | 3C |
| Octal | 305 | 154 | 273 | 0 | 55 | 5 | 27 | 463 | 53 | 74 |
| Binary | 11000101 | 1101100 | 10111011 | 0 | 101101 | 101 | 10111 | 100110011 | 101011 | 111100 |
Color Harmonies of #C56CBB
Complementary color
Monochromatic Colors of #C56CBB
Black with #C56CBB
Text Example
Text Example
White with #C56CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56CBB; }
p { color: rgb(197,108,187); }
H1.HeaderClassName
{
color: #C56CBB;
}
.AnyTagClassName
{
color: #C56CBB;
}
</style>
background-color css
<style>
a { background-color: #C56CBB; }
a { background-color: rgb(197,108,187); }
div.DivClassName
{
background-color: #C56CBB;
}
.BgClassName
{
background-color: #C56CBB;
}
</style>
border-color css
<style>
span { border-color: #C56CBB; }
span { border-color: rgb(197,108,187); }
td.TdClassName
{
border-color: #C56CBB;
}
.TagClassName
{
border-color: #C56CBB;
}
</style>