Shades of Fuchsia #C861BE
Tints of Fuchsia #C861BE
RGB
CMYK
RGB Variations
Color information
#C861BE (or 0xC861BE) is known color: Fuchsia. HEX triplet: C8, 61 and BE. RGB value is (200,97,190). Sum of RGB (Red+Green+Blue) = 200+97+190=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C861BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C861BE is #379E41. Grayscale: #8A8A8A. Windows color (decimal): -3644994 or 12476872. OLE color: 12476872.
HSL color Cylindrical-coordinate representation of color #C861BE: hue angle of 305.83º 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 #C861BE is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 190 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.22 |
| HSL | 305.83º | 0.48% | 0.58% | - |
| HSV(B) | 305.83º | 0.52% | 0.78% | - |
| XYZ | 37.39 | 24.55 | 51.48 | - |
| YUV | 138.4 | 157.12 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 190 | 0 | 0.52 | 0.05 | 0.22 | 305.83 | 0.48 | 0.58 |
| Hex | C8 | 61 | BE | 0 | 34 | 5 | 16 | 132 | 30 | 3A |
| Octal | 310 | 141 | 276 | 0 | 64 | 5 | 26 | 462 | 60 | 72 |
| Binary | 11001000 | 1100001 | 10111110 | 0 | 110100 | 101 | 10110 | 100110010 | 110000 | 111010 |
Color Harmonies of #C861BE
Complementary color
Monochromatic Colors of #C861BE
Black with #C861BE
Text Example
Text Example
White with #C861BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C861BE; }
p { color: rgb(200,97,190); }
H1.HeaderClassName
{
color: #C861BE;
}
.AnyTagClassName
{
color: #C861BE;
}
</style>
background-color css
<style>
a { background-color: #C861BE; }
a { background-color: rgb(200,97,190); }
div.DivClassName
{
background-color: #C861BE;
}
.BgClassName
{
background-color: #C861BE;
}
</style>
border-color css
<style>
span { border-color: #C861BE; }
span { border-color: rgb(200,97,190); }
td.TdClassName
{
border-color: #C861BE;
}
.TagClassName
{
border-color: #C861BE;
}
</style>