Shades of Fuchsia #C861AC
Tints of Fuchsia #C861AC
RGB
CMYK
RGB Variations
Color information
#C861AC (or 0xC861AC) is known color: Fuchsia. HEX triplet: C8, 61 and AC. RGB value is (200,97,172). Sum of RGB (Red+Green+Blue) = 200+97+172=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C861AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C861AC is #379E53. Grayscale: #888888. Windows color (decimal): -3645012 or 11297224. OLE color: 11297224.
HSL color Cylindrical-coordinate representation of color #C861AC: hue angle of 316.31º 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 #C861AC is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 172 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.22 |
| HSL | 316.31º | 0.48% | 0.58% | - |
| HSV(B) | 316.31º | 0.52% | 0.78% | - |
| XYZ | 35.54 | 23.81 | 41.75 | - |
| YUV | 136.35 | 148.12 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 172 | 0 | 0.52 | 0.14 | 0.22 | 316.31 | 0.48 | 0.58 |
| Hex | C8 | 61 | AC | 0 | 34 | E | 16 | 13C | 30 | 3A |
| Octal | 310 | 141 | 254 | 0 | 64 | 16 | 26 | 474 | 60 | 72 |
| Binary | 11001000 | 1100001 | 10101100 | 0 | 110100 | 1110 | 10110 | 100111100 | 110000 | 111010 |
Color Harmonies of #C861AC
Complementary color
Monochromatic Colors of #C861AC
Black with #C861AC
Text Example
Text Example
White with #C861AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C861AC; }
p { color: rgb(200,97,172); }
H1.HeaderClassName
{
color: #C861AC;
}
.AnyTagClassName
{
color: #C861AC;
}
</style>
background-color css
<style>
a { background-color: #C861AC; }
a { background-color: rgb(200,97,172); }
div.DivClassName
{
background-color: #C861AC;
}
.BgClassName
{
background-color: #C861AC;
}
</style>
border-color css
<style>
span { border-color: #C861AC; }
span { border-color: rgb(200,97,172); }
td.TdClassName
{
border-color: #C861AC;
}
.TagClassName
{
border-color: #C861AC;
}
</style>