Shades of Fuchsia #C76CBF
Tints of Fuchsia #C76CBF
RGB
CMYK
RGB Variations
Color information
#C76CBF (or 0xC76CBF) is known color: Fuchsia. HEX triplet: C7, 6C and BF. RGB value is (199,108,191). Sum of RGB (Red+Green+Blue) = 199+108+191=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 199 - color contains mainly: red. Hex color #C76CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76CBF is #389340. Grayscale: #909090. Windows color (decimal): -3707713 or 12545223. OLE color: 12545223.
HSL color Cylindrical-coordinate representation of color #C76CBF: hue angle of 305.27º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C76CBF is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 191 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.22 |
| HSL | 305.27º | 0.45% | 0.6% | - |
| HSV(B) | 305.27º | 0.46% | 0.78% | - |
| XYZ | 38.32 | 26.63 | 52.41 | - |
| YUV | 144.67 | 154.15 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 191 | 0 | 0.46 | 0.04 | 0.22 | 305.27 | 0.45 | 0.6 |
| Hex | C7 | 6C | BF | 0 | 2E | 4 | 16 | 131 | 2D | 3C |
| Octal | 307 | 154 | 277 | 0 | 56 | 4 | 26 | 461 | 55 | 74 |
| Binary | 11000111 | 1101100 | 10111111 | 0 | 101110 | 100 | 10110 | 100110001 | 101101 | 111100 |
Color Harmonies of #C76CBF
Complementary color
Monochromatic Colors of #C76CBF
Black with #C76CBF
Text Example
Text Example
White with #C76CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76CBF; }
p { color: rgb(199,108,191); }
H1.HeaderClassName
{
color: #C76CBF;
}
.AnyTagClassName
{
color: #C76CBF;
}
</style>
background-color css
<style>
a { background-color: #C76CBF; }
a { background-color: rgb(199,108,191); }
div.DivClassName
{
background-color: #C76CBF;
}
.BgClassName
{
background-color: #C76CBF;
}
</style>
border-color css
<style>
span { border-color: #C76CBF; }
span { border-color: rgb(199,108,191); }
td.TdClassName
{
border-color: #C76CBF;
}
.TagClassName
{
border-color: #C76CBF;
}
</style>