Shades of Fuchsia #C859B6
Tints of Fuchsia #C859B6
RGB
CMYK
RGB Variations
Color information
#C859B6 (or 0xC859B6) is known color: Fuchsia. HEX triplet: C8, 59 and B6. RGB value is (200,89,182). Sum of RGB (Red+Green+Blue) = 200+89+182=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C859B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C859B6 is #37A649. Grayscale: #848484. Windows color (decimal): -3647050 or 11950536. OLE color: 11950536.
HSL color Cylindrical-coordinate representation of color #C859B6: hue angle of 309.73º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C859B6 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 182 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.22 |
| HSL | 309.73º | 0.5% | 0.57% | - |
| HSV(B) | 309.73º | 0.56% | 0.78% | - |
| XYZ | 35.84 | 22.8 | 46.77 | - |
| YUV | 132.79 | 155.77 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 182 | 0 | 0.56 | 0.09 | 0.22 | 309.73 | 0.5 | 0.57 |
| Hex | C8 | 59 | B6 | 0 | 38 | 9 | 16 | 136 | 32 | 39 |
| Octal | 310 | 131 | 266 | 0 | 70 | 11 | 26 | 466 | 62 | 71 |
| Binary | 11001000 | 1011001 | 10110110 | 0 | 111000 | 1001 | 10110 | 100110110 | 110010 | 111001 |
Color Harmonies of #C859B6
Complementary color
Monochromatic Colors of #C859B6
Black with #C859B6
Text Example
Text Example
White with #C859B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C859B6; }
p { color: rgb(200,89,182); }
H1.HeaderClassName
{
color: #C859B6;
}
.AnyTagClassName
{
color: #C859B6;
}
</style>
background-color css
<style>
a { background-color: #C859B6; }
a { background-color: rgb(200,89,182); }
div.DivClassName
{
background-color: #C859B6;
}
.BgClassName
{
background-color: #C859B6;
}
</style>
border-color css
<style>
span { border-color: #C859B6; }
span { border-color: rgb(200,89,182); }
td.TdClassName
{
border-color: #C859B6;
}
.TagClassName
{
border-color: #C859B6;
}
</style>