Shades of Fuchsia #C856B0
Tints of Fuchsia #C856B0
RGB
CMYK
RGB Variations
Color information
#C856B0 (or 0xC856B0) is known color: Fuchsia. HEX triplet: C8, 56 and B0. RGB value is (200,86,176). Sum of RGB (Red+Green+Blue) = 200+86+176=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C856B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C856B0 is #37A94F. Grayscale: #828282. Windows color (decimal): -3647824 or 11556552. OLE color: 11556552.
HSL color Cylindrical-coordinate representation of color #C856B0: hue angle of 312.63º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C856B0 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 176 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.22 |
| HSL | 312.63º | 0.51% | 0.56% | - |
| HSV(B) | 312.63º | 0.57% | 0.78% | - |
| XYZ | 34.98 | 22.07 | 43.49 | - |
| YUV | 130.35 | 153.77 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 176 | 0 | 0.57 | 0.12 | 0.22 | 312.63 | 0.51 | 0.56 |
| Hex | C8 | 56 | B0 | 0 | 39 | C | 16 | 139 | 33 | 38 |
| Octal | 310 | 126 | 260 | 0 | 71 | 14 | 26 | 471 | 63 | 70 |
| Binary | 11001000 | 1010110 | 10110000 | 0 | 111001 | 1100 | 10110 | 100111001 | 110011 | 111000 |
Color Harmonies of #C856B0
Complementary color
Monochromatic Colors of #C856B0
Black with #C856B0
Text Example
Text Example
White with #C856B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C856B0; }
p { color: rgb(200,86,176); }
H1.HeaderClassName
{
color: #C856B0;
}
.AnyTagClassName
{
color: #C856B0;
}
</style>
background-color css
<style>
a { background-color: #C856B0; }
a { background-color: rgb(200,86,176); }
div.DivClassName
{
background-color: #C856B0;
}
.BgClassName
{
background-color: #C856B0;
}
</style>
border-color css
<style>
span { border-color: #C856B0; }
span { border-color: rgb(200,86,176); }
td.TdClassName
{
border-color: #C856B0;
}
.TagClassName
{
border-color: #C856B0;
}
</style>