Shades of Fuchsia #C861B0
Tints of Fuchsia #C861B0
RGB
CMYK
RGB Variations
Color information
#C861B0 (or 0xC861B0) is known color: Fuchsia. HEX triplet: C8, 61 and B0. RGB value is (200,97,176). Sum of RGB (Red+Green+Blue) = 200+97+176=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C861B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C861B0 is #379E4F. Grayscale: #888888. Windows color (decimal): -3645008 or 11559368. OLE color: 11559368.
HSL color Cylindrical-coordinate representation of color #C861B0: hue angle of 313.98º 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 #C861B0 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 176 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.22 |
| HSL | 313.98º | 0.48% | 0.58% | - |
| HSV(B) | 313.98º | 0.52% | 0.78% | - |
| XYZ | 35.93 | 23.96 | 43.81 | - |
| YUV | 136.8 | 150.12 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 176 | 0 | 0.52 | 0.12 | 0.22 | 313.98 | 0.48 | 0.58 |
| Hex | C8 | 61 | B0 | 0 | 34 | C | 16 | 13A | 30 | 3A |
| Octal | 310 | 141 | 260 | 0 | 64 | 14 | 26 | 472 | 60 | 72 |
| Binary | 11001000 | 1100001 | 10110000 | 0 | 110100 | 1100 | 10110 | 100111010 | 110000 | 111010 |
Color Harmonies of #C861B0
Complementary color
Monochromatic Colors of #C861B0
Black with #C861B0
Text Example
Text Example
White with #C861B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C861B0; }
p { color: rgb(200,97,176); }
H1.HeaderClassName
{
color: #C861B0;
}
.AnyTagClassName
{
color: #C861B0;
}
</style>
background-color css
<style>
a { background-color: #C861B0; }
a { background-color: rgb(200,97,176); }
div.DivClassName
{
background-color: #C861B0;
}
.BgClassName
{
background-color: #C861B0;
}
</style>
border-color css
<style>
span { border-color: #C861B0; }
span { border-color: rgb(200,97,176); }
td.TdClassName
{
border-color: #C861B0;
}
.TagClassName
{
border-color: #C861B0;
}
</style>