Shades of Fuchsia #C861BC
Tints of Fuchsia #C861BC
RGB
CMYK
RGB Variations
Color information
#C861BC (or 0xC861BC) is known color: Fuchsia. HEX triplet: C8, 61 and BC. RGB value is (200,97,188). Sum of RGB (Red+Green+Blue) = 200+97+188=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C861BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C861BC is #379E43. Grayscale: #898989. Windows color (decimal): -3644996 or 12345800. OLE color: 12345800.
HSL color Cylindrical-coordinate representation of color #C861BC: hue angle of 306.99º 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 #C861BC is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 188 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.22 |
| HSL | 306.99º | 0.48% | 0.58% | - |
| HSV(B) | 306.99º | 0.52% | 0.78% | - |
| XYZ | 37.17 | 24.46 | 50.34 | - |
| YUV | 138.17 | 156.12 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 188 | 0 | 0.52 | 0.06 | 0.22 | 306.99 | 0.48 | 0.58 |
| Hex | C8 | 61 | BC | 0 | 34 | 6 | 16 | 133 | 30 | 3A |
| Octal | 310 | 141 | 274 | 0 | 64 | 6 | 26 | 463 | 60 | 72 |
| Binary | 11001000 | 1100001 | 10111100 | 0 | 110100 | 110 | 10110 | 100110011 | 110000 | 111010 |
Color Harmonies of #C861BC
Complementary color
Monochromatic Colors of #C861BC
Black with #C861BC
Text Example
Text Example
White with #C861BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C861BC; }
p { color: rgb(200,97,188); }
H1.HeaderClassName
{
color: #C861BC;
}
.AnyTagClassName
{
color: #C861BC;
}
</style>
background-color css
<style>
a { background-color: #C861BC; }
a { background-color: rgb(200,97,188); }
div.DivClassName
{
background-color: #C861BC;
}
.BgClassName
{
background-color: #C861BC;
}
</style>
border-color css
<style>
span { border-color: #C861BC; }
span { border-color: rgb(200,97,188); }
td.TdClassName
{
border-color: #C861BC;
}
.TagClassName
{
border-color: #C861BC;
}
</style>