Shades of Fuchsia #C861AA
Tints of Fuchsia #C861AA
RGB
CMYK
RGB Variations
Color information
#C861AA (or 0xC861AA) is known color: Fuchsia. HEX triplet: C8, 61 and AA. RGB value is (200,97,170). Sum of RGB (Red+Green+Blue) = 200+97+170=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C861AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C861AA is #379E55. Grayscale: #878787. Windows color (decimal): -3645014 or 11166152. OLE color: 11166152.
HSL color Cylindrical-coordinate representation of color #C861AA: hue angle of 317.48º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C861AA is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 170 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.22 |
| HSL | 317.48º | 0.48% | 0.58% | - |
| HSV(B) | 317.48º | 0.52% | 0.78% | - |
| XYZ | 35.35 | 23.73 | 40.75 | - |
| YUV | 136.12 | 147.12 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 170 | 0 | 0.52 | 0.15 | 0.22 | 317.48 | 0.48 | 0.58 |
| Hex | C8 | 61 | AA | 0 | 34 | F | 16 | 13D | 30 | 3A |
| Octal | 310 | 141 | 252 | 0 | 64 | 17 | 26 | 475 | 60 | 72 |
| Binary | 11001000 | 1100001 | 10101010 | 0 | 110100 | 1111 | 10110 | 100111101 | 110000 | 111010 |
Color Harmonies of #C861AA
Complementary color
Monochromatic Colors of #C861AA
Black with #C861AA
Text Example
Text Example
White with #C861AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C861AA; }
p { color: rgb(200,97,170); }
H1.HeaderClassName
{
color: #C861AA;
}
.AnyTagClassName
{
color: #C861AA;
}
</style>
background-color css
<style>
a { background-color: #C861AA; }
a { background-color: rgb(200,97,170); }
div.DivClassName
{
background-color: #C861AA;
}
.BgClassName
{
background-color: #C861AA;
}
</style>
border-color css
<style>
span { border-color: #C861AA; }
span { border-color: rgb(200,97,170); }
td.TdClassName
{
border-color: #C861AA;
}
.TagClassName
{
border-color: #C861AA;
}
</style>