Shades of Fuchsia #C860AF
Tints of Fuchsia #C860AF
RGB
CMYK
RGB Variations
Color information
#C860AF (or 0xC860AF) is known color: Fuchsia. HEX triplet: C8, 60 and AF. RGB value is (200,96,175). Sum of RGB (Red+Green+Blue) = 200+96+175=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C860AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C860AF is #379F50. Grayscale: #878787. Windows color (decimal): -3645265 or 11493576. OLE color: 11493576.
HSL color Cylindrical-coordinate representation of color #C860AF: hue angle of 314.42º 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 #C860AF is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 175 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.22 |
| HSL | 314.42º | 0.49% | 0.58% | - |
| HSV(B) | 314.42º | 0.52% | 0.78% | - |
| XYZ | 35.74 | 23.74 | 43.26 | - |
| YUV | 136.1 | 149.96 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 175 | 0 | 0.52 | 0.12 | 0.22 | 314.42 | 0.49 | 0.58 |
| Hex | C8 | 60 | AF | 0 | 34 | C | 16 | 13A | 31 | 3A |
| Octal | 310 | 140 | 257 | 0 | 64 | 14 | 26 | 472 | 61 | 72 |
| Binary | 11001000 | 1100000 | 10101111 | 0 | 110100 | 1100 | 10110 | 100111010 | 110001 | 111010 |
Color Harmonies of #C860AF
Complementary color
Monochromatic Colors of #C860AF
Black with #C860AF
Text Example
Text Example
White with #C860AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C860AF; }
p { color: rgb(200,96,175); }
H1.HeaderClassName
{
color: #C860AF;
}
.AnyTagClassName
{
color: #C860AF;
}
</style>
background-color css
<style>
a { background-color: #C860AF; }
a { background-color: rgb(200,96,175); }
div.DivClassName
{
background-color: #C860AF;
}
.BgClassName
{
background-color: #C860AF;
}
</style>
border-color css
<style>
span { border-color: #C860AF; }
span { border-color: rgb(200,96,175); }
td.TdClassName
{
border-color: #C860AF;
}
.TagClassName
{
border-color: #C860AF;
}
</style>