Shades of Fuchsia #C86AAF
Tints of Fuchsia #C86AAF
RGB
CMYK
RGB Variations
Color information
#C86AAF (or 0xC86AAF) is known color: Fuchsia. HEX triplet: C8, 6A and AF. RGB value is (200,106,175). Sum of RGB (Red+Green+Blue) = 200+106+175=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C86AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86AAF is #379550. Grayscale: #8D8D8D. Windows color (decimal): -3642705 or 11496136. OLE color: 11496136.
HSL color Cylindrical-coordinate representation of color #C86AAF: hue angle of 315.96º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C86AAF is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 106 | 175 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.22 |
| HSL | 315.96º | 0.46% | 0.6% | - |
| HSV(B) | 315.96º | 0.47% | 0.78% | - |
| XYZ | 36.71 | 25.68 | 43.58 | - |
| YUV | 141.97 | 146.64 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 175 | 0 | 0.47 | 0.12 | 0.22 | 315.96 | 0.46 | 0.6 |
| Hex | C8 | 6A | AF | 0 | 2F | C | 16 | 13C | 2E | 3C |
| Octal | 310 | 152 | 257 | 0 | 57 | 14 | 26 | 474 | 56 | 74 |
| Binary | 11001000 | 1101010 | 10101111 | 0 | 101111 | 1100 | 10110 | 100111100 | 101110 | 111100 |
Color Harmonies of #C86AAF
Complementary color
Monochromatic Colors of #C86AAF
Black with #C86AAF
Text Example
Text Example
White with #C86AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86AAF; }
p { color: rgb(200,106,175); }
H1.HeaderClassName
{
color: #C86AAF;
}
.AnyTagClassName
{
color: #C86AAF;
}
</style>
background-color css
<style>
a { background-color: #C86AAF; }
a { background-color: rgb(200,106,175); }
div.DivClassName
{
background-color: #C86AAF;
}
.BgClassName
{
background-color: #C86AAF;
}
</style>
border-color css
<style>
span { border-color: #C86AAF; }
span { border-color: rgb(200,106,175); }
td.TdClassName
{
border-color: #C86AAF;
}
.TagClassName
{
border-color: #C86AAF;
}
</style>