Shades of Fuchsia #C871B1
Tints of Fuchsia #C871B1
RGB
CMYK
RGB Variations
Color information
#C871B1 (or 0xC871B1) is known color: Fuchsia. HEX triplet: C8, 71 and B1. RGB value is (200,113,177). Sum of RGB (Red+Green+Blue) = 200+113+177=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C871B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C871B1 is #378E4E. Grayscale: #929292. Windows color (decimal): -3640911 or 11629000. OLE color: 11629000.
HSL color Cylindrical-coordinate representation of color #C871B1: hue angle of 315.86º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C871B1 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 113 | 177 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.22 |
| HSL | 315.86º | 0.44% | 0.61% | - |
| HSV(B) | 315.86º | 0.44% | 0.78% | - |
| XYZ | 37.66 | 27.26 | 44.87 | - |
| YUV | 146.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 177 | 0 | 0.44 | 0.12 | 0.22 | 315.86 | 0.44 | 0.61 |
| Hex | C8 | 71 | B1 | 0 | 2C | C | 16 | 13C | 2C | 3D |
| Octal | 310 | 161 | 261 | 0 | 54 | 14 | 26 | 474 | 54 | 75 |
| Binary | 11001000 | 1110001 | 10110001 | 0 | 101100 | 1100 | 10110 | 100111100 | 101100 | 111101 |
Color Harmonies of #C871B1
Complementary color
Monochromatic Colors of #C871B1
Black with #C871B1
Text Example
Text Example
White with #C871B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C871B1; }
p { color: rgb(200,113,177); }
H1.HeaderClassName
{
color: #C871B1;
}
.AnyTagClassName
{
color: #C871B1;
}
</style>
background-color css
<style>
a { background-color: #C871B1; }
a { background-color: rgb(200,113,177); }
div.DivClassName
{
background-color: #C871B1;
}
.BgClassName
{
background-color: #C871B1;
}
</style>
border-color css
<style>
span { border-color: #C871B1; }
span { border-color: rgb(200,113,177); }
td.TdClassName
{
border-color: #C871B1;
}
.TagClassName
{
border-color: #C871B1;
}
</style>