Shades of Fuchsia #C76DBF
Tints of Fuchsia #C76DBF
RGB
CMYK
RGB Variations
Color information
#C76DBF (or 0xC76DBF) is known color: Fuchsia. HEX triplet: C7, 6D and BF. RGB value is (199,109,191). Sum of RGB (Red+Green+Blue) = 199+109+191=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 199 - color contains mainly: red. Hex color #C76DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76DBF is #389240. Grayscale: #919191. Windows color (decimal): -3707457 or 12545479. OLE color: 12545479.
HSL color Cylindrical-coordinate representation of color #C76DBF: hue angle of 305.33º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C76DBF is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 191 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.22 |
| HSL | 305.33º | 0.45% | 0.6% | - |
| HSV(B) | 305.33º | 0.45% | 0.78% | - |
| XYZ | 38.43 | 26.84 | 52.45 | - |
| YUV | 145.26 | 153.82 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 191 | 0 | 0.45 | 0.04 | 0.22 | 305.33 | 0.45 | 0.6 |
| Hex | C7 | 6D | BF | 0 | 2D | 4 | 16 | 131 | 2D | 3C |
| Octal | 307 | 155 | 277 | 0 | 55 | 4 | 26 | 461 | 55 | 74 |
| Binary | 11000111 | 1101101 | 10111111 | 0 | 101101 | 100 | 10110 | 100110001 | 101101 | 111100 |
Color Harmonies of #C76DBF
Complementary color
Monochromatic Colors of #C76DBF
Black with #C76DBF
Text Example
Text Example
White with #C76DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76DBF; }
p { color: rgb(199,109,191); }
H1.HeaderClassName
{
color: #C76DBF;
}
.AnyTagClassName
{
color: #C76DBF;
}
</style>
background-color css
<style>
a { background-color: #C76DBF; }
a { background-color: rgb(199,109,191); }
div.DivClassName
{
background-color: #C76DBF;
}
.BgClassName
{
background-color: #C76DBF;
}
</style>
border-color css
<style>
span { border-color: #C76DBF; }
span { border-color: rgb(199,109,191); }
td.TdClassName
{
border-color: #C76DBF;
}
.TagClassName
{
border-color: #C76DBF;
}
</style>