Shades of Fuchsia #C856BB
Tints of Fuchsia #C856BB
RGB
CMYK
RGB Variations
Color information
#C856BB (or 0xC856BB) is known color: Fuchsia. HEX triplet: C8, 56 and BB. RGB value is (200,86,187). Sum of RGB (Red+Green+Blue) = 200+86+187=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C856BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C856BB is #37A944. Grayscale: #838383. Windows color (decimal): -3647813 or 12277448. OLE color: 12277448.
HSL color Cylindrical-coordinate representation of color #C856BB: hue angle of 306.84º 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 #C856BB is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 187 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.22 |
| HSL | 306.84º | 0.51% | 0.56% | - |
| HSV(B) | 306.84º | 0.57% | 0.78% | - |
| XYZ | 36.12 | 22.52 | 49.46 | - |
| YUV | 131.6 | 159.27 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 187 | 0 | 0.57 | 0.06 | 0.22 | 306.84 | 0.51 | 0.56 |
| Hex | C8 | 56 | BB | 0 | 39 | 6 | 16 | 133 | 33 | 38 |
| Octal | 310 | 126 | 273 | 0 | 71 | 6 | 26 | 463 | 63 | 70 |
| Binary | 11001000 | 1010110 | 10111011 | 0 | 111001 | 110 | 10110 | 100110011 | 110011 | 111000 |
Color Harmonies of #C856BB
Complementary color
Monochromatic Colors of #C856BB
Black with #C856BB
Text Example
Text Example
White with #C856BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C856BB; }
p { color: rgb(200,86,187); }
H1.HeaderClassName
{
color: #C856BB;
}
.AnyTagClassName
{
color: #C856BB;
}
</style>
background-color css
<style>
a { background-color: #C856BB; }
a { background-color: rgb(200,86,187); }
div.DivClassName
{
background-color: #C856BB;
}
.BgClassName
{
background-color: #C856BB;
}
</style>
border-color css
<style>
span { border-color: #C856BB; }
span { border-color: rgb(200,86,187); }
td.TdClassName
{
border-color: #C856BB;
}
.TagClassName
{
border-color: #C856BB;
}
</style>