Shades of Fuchsia #C861B9
Tints of Fuchsia #C861B9
RGB
CMYK
RGB Variations
Color information
#C861B9 (or 0xC861B9) is known color: Fuchsia. HEX triplet: C8, 61 and B9. RGB value is (200,97,185). Sum of RGB (Red+Green+Blue) = 200+97+185=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C861B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C861B9 is #379E46. Grayscale: #898989. Windows color (decimal): -3644999 or 12149192. OLE color: 12149192.
HSL color Cylindrical-coordinate representation of color #C861B9: hue angle of 308.74º 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 #C861B9 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 185 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.22 |
| HSL | 308.74º | 0.48% | 0.58% | - |
| HSV(B) | 308.74º | 0.52% | 0.78% | - |
| XYZ | 36.85 | 24.33 | 48.65 | - |
| YUV | 137.83 | 154.62 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 185 | 0 | 0.52 | 0.08 | 0.22 | 308.74 | 0.48 | 0.58 |
| Hex | C8 | 61 | B9 | 0 | 34 | 8 | 16 | 135 | 30 | 3A |
| Octal | 310 | 141 | 271 | 0 | 64 | 10 | 26 | 465 | 60 | 72 |
| Binary | 11001000 | 1100001 | 10111001 | 0 | 110100 | 1000 | 10110 | 100110101 | 110000 | 111010 |
Color Harmonies of #C861B9
Complementary color
Monochromatic Colors of #C861B9
Black with #C861B9
Text Example
Text Example
White with #C861B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C861B9; }
p { color: rgb(200,97,185); }
H1.HeaderClassName
{
color: #C861B9;
}
.AnyTagClassName
{
color: #C861B9;
}
</style>
background-color css
<style>
a { background-color: #C861B9; }
a { background-color: rgb(200,97,185); }
div.DivClassName
{
background-color: #C861B9;
}
.BgClassName
{
background-color: #C861B9;
}
</style>
border-color css
<style>
span { border-color: #C861B9; }
span { border-color: rgb(200,97,185); }
td.TdClassName
{
border-color: #C861B9;
}
.TagClassName
{
border-color: #C861B9;
}
</style>