Shades of Fuchsia #C861B1
Tints of Fuchsia #C861B1
RGB
CMYK
RGB Variations
Color information
#C861B1 (or 0xC861B1) is known color: Fuchsia. HEX triplet: C8, 61 and B1. RGB value is (200,97,177). Sum of RGB (Red+Green+Blue) = 200+97+177=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C861B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C861B1 is #379E4E. Grayscale: #888888. Windows color (decimal): -3645007 or 11624904. OLE color: 11624904.
HSL color Cylindrical-coordinate representation of color #C861B1: hue angle of 313.4º 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 #C861B1 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 177 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.22 |
| HSL | 313.4º | 0.48% | 0.58% | - |
| HSV(B) | 313.4º | 0.52% | 0.78% | - |
| XYZ | 36.03 | 24 | 44.33 | - |
| YUV | 136.92 | 150.62 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 177 | 0 | 0.52 | 0.12 | 0.22 | 313.4 | 0.48 | 0.58 |
| Hex | C8 | 61 | B1 | 0 | 34 | C | 16 | 139 | 30 | 3A |
| Octal | 310 | 141 | 261 | 0 | 64 | 14 | 26 | 471 | 60 | 72 |
| Binary | 11001000 | 1100001 | 10110001 | 0 | 110100 | 1100 | 10110 | 100111001 | 110000 | 111010 |
Color Harmonies of #C861B1
Complementary color
Monochromatic Colors of #C861B1
Black with #C861B1
Text Example
Text Example
White with #C861B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C861B1; }
p { color: rgb(200,97,177); }
H1.HeaderClassName
{
color: #C861B1;
}
.AnyTagClassName
{
color: #C861B1;
}
</style>
background-color css
<style>
a { background-color: #C861B1; }
a { background-color: rgb(200,97,177); }
div.DivClassName
{
background-color: #C861B1;
}
.BgClassName
{
background-color: #C861B1;
}
</style>
border-color css
<style>
span { border-color: #C861B1; }
span { border-color: rgb(200,97,177); }
td.TdClassName
{
border-color: #C861B1;
}
.TagClassName
{
border-color: #C861B1;
}
</style>