Shades of Fuchsia #C860AA
Tints of Fuchsia #C860AA
RGB
CMYK
RGB Variations
Color information
#C860AA (or 0xC860AA) is known color: Fuchsia. HEX triplet: C8, 60 and AA. RGB value is (200,96,170). Sum of RGB (Red+Green+Blue) = 200+96+170=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C860AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C860AA is #379F55. Grayscale: #878787. Windows color (decimal): -3645270 or 11165896. OLE color: 11165896.
HSL color Cylindrical-coordinate representation of color #C860AA: hue angle of 317.31º 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 #C860AA is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 170 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.22 |
| HSL | 317.31º | 0.49% | 0.58% | - |
| HSV(B) | 317.31º | 0.52% | 0.78% | - |
| XYZ | 35.26 | 23.55 | 40.72 | - |
| YUV | 135.53 | 147.46 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 170 | 0 | 0.52 | 0.15 | 0.22 | 317.31 | 0.49 | 0.58 |
| Hex | C8 | 60 | AA | 0 | 34 | F | 16 | 13D | 31 | 3A |
| Octal | 310 | 140 | 252 | 0 | 64 | 17 | 26 | 475 | 61 | 72 |
| Binary | 11001000 | 1100000 | 10101010 | 0 | 110100 | 1111 | 10110 | 100111101 | 110001 | 111010 |
Color Harmonies of #C860AA
Complementary color
Monochromatic Colors of #C860AA
Black with #C860AA
Text Example
Text Example
White with #C860AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C860AA; }
p { color: rgb(200,96,170); }
H1.HeaderClassName
{
color: #C860AA;
}
.AnyTagClassName
{
color: #C860AA;
}
</style>
background-color css
<style>
a { background-color: #C860AA; }
a { background-color: rgb(200,96,170); }
div.DivClassName
{
background-color: #C860AA;
}
.BgClassName
{
background-color: #C860AA;
}
</style>
border-color css
<style>
span { border-color: #C860AA; }
span { border-color: rgb(200,96,170); }
td.TdClassName
{
border-color: #C860AA;
}
.TagClassName
{
border-color: #C860AA;
}
</style>