Shades of Fuchsia #C871B3
Tints of Fuchsia #C871B3
RGB
CMYK
RGB Variations
Color information
#C871B3 (or 0xC871B3) is known color: Fuchsia. HEX triplet: C8, 71 and B3. RGB value is (200,113,179). Sum of RGB (Red+Green+Blue) = 200+113+179=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C871B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C871B3 is #378E4C. Grayscale: #929292. Windows color (decimal): -3640909 or 11760072. OLE color: 11760072.
HSL color Cylindrical-coordinate representation of color #C871B3: hue angle of 314.48º 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 #C871B3 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 113 | 179 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.22 |
| HSL | 314.48º | 0.44% | 0.61% | - |
| HSV(B) | 314.48º | 0.44% | 0.78% | - |
| XYZ | 37.86 | 27.34 | 45.93 | - |
| YUV | 146.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 179 | 0 | 0.44 | 0.10 | 0.22 | 314.48 | 0.44 | 0.61 |
| Hex | C8 | 71 | B3 | 0 | 2C | A | 16 | 13A | 2C | 3D |
| Octal | 310 | 161 | 263 | 0 | 54 | 12 | 26 | 472 | 54 | 75 |
| Binary | 11001000 | 1110001 | 10110011 | 0 | 101100 | 1010 | 10110 | 100111010 | 101100 | 111101 |
Color Harmonies of #C871B3
Complementary color
Monochromatic Colors of #C871B3
Black with #C871B3
Text Example
Text Example
White with #C871B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C871B3; }
p { color: rgb(200,113,179); }
H1.HeaderClassName
{
color: #C871B3;
}
.AnyTagClassName
{
color: #C871B3;
}
</style>
background-color css
<style>
a { background-color: #C871B3; }
a { background-color: rgb(200,113,179); }
div.DivClassName
{
background-color: #C871B3;
}
.BgClassName
{
background-color: #C871B3;
}
</style>
border-color css
<style>
span { border-color: #C871B3; }
span { border-color: rgb(200,113,179); }
td.TdClassName
{
border-color: #C871B3;
}
.TagClassName
{
border-color: #C871B3;
}
</style>