Shades of Fuchsia #C76DB9
Tints of Fuchsia #C76DB9
RGB
CMYK
RGB Variations
Color information
#C76DB9 (or 0xC76DB9) is known color: Fuchsia. HEX triplet: C7, 6D and B9. RGB value is (199,109,185). Sum of RGB (Red+Green+Blue) = 199+109+185=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C76DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76DB9 is #389246. Grayscale: #909090. Windows color (decimal): -3707463 or 12152263. OLE color: 12152263.
HSL color Cylindrical-coordinate representation of color #C76DB9: hue angle of 309.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 #C76DB9 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 185 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.22 |
| HSL | 309.33º | 0.45% | 0.6% | - |
| HSV(B) | 309.33º | 0.45% | 0.78% | - |
| XYZ | 37.78 | 26.58 | 49.04 | - |
| YUV | 144.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 185 | 0 | 0.45 | 0.07 | 0.22 | 309.33 | 0.45 | 0.6 |
| Hex | C7 | 6D | B9 | 0 | 2D | 7 | 16 | 135 | 2D | 3C |
| Octal | 307 | 155 | 271 | 0 | 55 | 7 | 26 | 465 | 55 | 74 |
| Binary | 11000111 | 1101101 | 10111001 | 0 | 101101 | 111 | 10110 | 100110101 | 101101 | 111100 |
Color Harmonies of #C76DB9
Complementary color
Monochromatic Colors of #C76DB9
Black with #C76DB9
Text Example
Text Example
White with #C76DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76DB9; }
p { color: rgb(199,109,185); }
H1.HeaderClassName
{
color: #C76DB9;
}
.AnyTagClassName
{
color: #C76DB9;
}
</style>
background-color css
<style>
a { background-color: #C76DB9; }
a { background-color: rgb(199,109,185); }
div.DivClassName
{
background-color: #C76DB9;
}
.BgClassName
{
background-color: #C76DB9;
}
</style>
border-color css
<style>
span { border-color: #C76DB9; }
span { border-color: rgb(199,109,185); }
td.TdClassName
{
border-color: #C76DB9;
}
.TagClassName
{
border-color: #C76DB9;
}
</style>