Shades of Fuchsia #C859AB
Tints of Fuchsia #C859AB
RGB
CMYK
RGB Variations
Color information
#C859AB (or 0xC859AB) is known color: Fuchsia. HEX triplet: C8, 59 and AB. RGB value is (200,89,171). Sum of RGB (Red+Green+Blue) = 200+89+171=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C859AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C859AB is #37A654. Grayscale: #838383. Windows color (decimal): -3647061 or 11229640. OLE color: 11229640.
HSL color Cylindrical-coordinate representation of color #C859AB: hue angle of 315.68º 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 #C859AB is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 171 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.22 |
| HSL | 315.68º | 0.5% | 0.57% | - |
| HSV(B) | 315.68º | 0.56% | 0.78% | - |
| XYZ | 34.74 | 22.36 | 41.01 | - |
| YUV | 131.54 | 150.27 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 171 | 0 | 0.56 | 0.14 | 0.22 | 315.68 | 0.5 | 0.57 |
| Hex | C8 | 59 | AB | 0 | 38 | E | 16 | 13C | 32 | 39 |
| Octal | 310 | 131 | 253 | 0 | 70 | 16 | 26 | 474 | 62 | 71 |
| Binary | 11001000 | 1011001 | 10101011 | 0 | 111000 | 1110 | 10110 | 100111100 | 110010 | 111001 |
Color Harmonies of #C859AB
Complementary color
Monochromatic Colors of #C859AB
Black with #C859AB
Text Example
Text Example
White with #C859AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C859AB; }
p { color: rgb(200,89,171); }
H1.HeaderClassName
{
color: #C859AB;
}
.AnyTagClassName
{
color: #C859AB;
}
</style>
background-color css
<style>
a { background-color: #C859AB; }
a { background-color: rgb(200,89,171); }
div.DivClassName
{
background-color: #C859AB;
}
.BgClassName
{
background-color: #C859AB;
}
</style>
border-color css
<style>
span { border-color: #C859AB; }
span { border-color: rgb(200,89,171); }
td.TdClassName
{
border-color: #C859AB;
}
.TagClassName
{
border-color: #C859AB;
}
</style>