Shades of Fuchsia #C859B8
Tints of Fuchsia #C859B8
RGB
CMYK
RGB Variations
Color information
#C859B8 (or 0xC859B8) is known color: Fuchsia. HEX triplet: C8, 59 and B8. RGB value is (200,89,184). Sum of RGB (Red+Green+Blue) = 200+89+184=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C859B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C859B8 is #37A647. Grayscale: #848484. Windows color (decimal): -3647048 or 12081608. OLE color: 12081608.
HSL color Cylindrical-coordinate representation of color #C859B8: hue angle of 308.65º 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 #C859B8 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 184 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.22 |
| HSL | 308.65º | 0.5% | 0.57% | - |
| HSV(B) | 308.65º | 0.56% | 0.78% | - |
| XYZ | 36.04 | 22.88 | 47.86 | - |
| YUV | 133.02 | 156.77 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 184 | 0 | 0.56 | 0.08 | 0.22 | 308.65 | 0.5 | 0.57 |
| Hex | C8 | 59 | B8 | 0 | 38 | 8 | 16 | 135 | 32 | 39 |
| Octal | 310 | 131 | 270 | 0 | 70 | 10 | 26 | 465 | 62 | 71 |
| Binary | 11001000 | 1011001 | 10111000 | 0 | 111000 | 1000 | 10110 | 100110101 | 110010 | 111001 |
Color Harmonies of #C859B8
Complementary color
Monochromatic Colors of #C859B8
Black with #C859B8
Text Example
Text Example
White with #C859B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C859B8; }
p { color: rgb(200,89,184); }
H1.HeaderClassName
{
color: #C859B8;
}
.AnyTagClassName
{
color: #C859B8;
}
</style>
background-color css
<style>
a { background-color: #C859B8; }
a { background-color: rgb(200,89,184); }
div.DivClassName
{
background-color: #C859B8;
}
.BgClassName
{
background-color: #C859B8;
}
</style>
border-color css
<style>
span { border-color: #C859B8; }
span { border-color: rgb(200,89,184); }
td.TdClassName
{
border-color: #C859B8;
}
.TagClassName
{
border-color: #C859B8;
}
</style>