Shades of Fuchsia #C860AB
Tints of Fuchsia #C860AB
RGB
CMYK
RGB Variations
Color information
#C860AB (or 0xC860AB) is known color: Fuchsia. HEX triplet: C8, 60 and AB. RGB value is (200,96,171). Sum of RGB (Red+Green+Blue) = 200+96+171=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C860AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C860AB is #379F54. Grayscale: #878787. Windows color (decimal): -3645269 or 11231432. OLE color: 11231432.
HSL color Cylindrical-coordinate representation of color #C860AB: hue angle of 316.73º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C860AB is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 171 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.22 |
| HSL | 316.73º | 0.49% | 0.58% | - |
| HSV(B) | 316.73º | 0.52% | 0.78% | - |
| XYZ | 35.35 | 23.59 | 41.22 | - |
| YUV | 135.65 | 147.96 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 171 | 0 | 0.52 | 0.14 | 0.22 | 316.73 | 0.49 | 0.58 |
| Hex | C8 | 60 | AB | 0 | 34 | E | 16 | 13D | 31 | 3A |
| Octal | 310 | 140 | 253 | 0 | 64 | 16 | 26 | 475 | 61 | 72 |
| Binary | 11001000 | 1100000 | 10101011 | 0 | 110100 | 1110 | 10110 | 100111101 | 110001 | 111010 |
Color Harmonies of #C860AB
Complementary color
Monochromatic Colors of #C860AB
Black with #C860AB
Text Example
Text Example
White with #C860AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C860AB; }
p { color: rgb(200,96,171); }
H1.HeaderClassName
{
color: #C860AB;
}
.AnyTagClassName
{
color: #C860AB;
}
</style>
background-color css
<style>
a { background-color: #C860AB; }
a { background-color: rgb(200,96,171); }
div.DivClassName
{
background-color: #C860AB;
}
.BgClassName
{
background-color: #C860AB;
}
</style>
border-color css
<style>
span { border-color: #C860AB; }
span { border-color: rgb(200,96,171); }
td.TdClassName
{
border-color: #C860AB;
}
.TagClassName
{
border-color: #C860AB;
}
</style>