Shades of Fuchsia #C76FB9
Tints of Fuchsia #C76FB9
RGB
CMYK
RGB Variations
Color information
#C76FB9 (or 0xC76FB9) is known color: Fuchsia. HEX triplet: C7, 6F and B9. RGB value is (199,111,185). Sum of RGB (Red+Green+Blue) = 199+111+185=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 199 - color contains mainly: red. Hex color #C76FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FB9 is #389046. Grayscale: #919191. Windows color (decimal): -3706951 or 12152775. OLE color: 12152775.
HSL color Cylindrical-coordinate representation of color #C76FB9: hue angle of 309.55º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C76FB9 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 185 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.22 |
| HSL | 309.55º | 0.44% | 0.61% | - |
| HSV(B) | 309.55º | 0.44% | 0.78% | - |
| XYZ | 37.99 | 27.01 | 49.11 | - |
| YUV | 145.75 | 150.15 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 185 | 0 | 0.44 | 0.07 | 0.22 | 309.55 | 0.44 | 0.61 |
| Hex | C7 | 6F | B9 | 0 | 2C | 7 | 16 | 136 | 2C | 3D |
| Octal | 307 | 157 | 271 | 0 | 54 | 7 | 26 | 466 | 54 | 75 |
| Binary | 11000111 | 1101111 | 10111001 | 0 | 101100 | 111 | 10110 | 100110110 | 101100 | 111101 |
Color Harmonies of #C76FB9
Complementary color
Monochromatic Colors of #C76FB9
Black with #C76FB9
Text Example
Text Example
White with #C76FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76FB9; }
p { color: rgb(199,111,185); }
H1.HeaderClassName
{
color: #C76FB9;
}
.AnyTagClassName
{
color: #C76FB9;
}
</style>
background-color css
<style>
a { background-color: #C76FB9; }
a { background-color: rgb(199,111,185); }
div.DivClassName
{
background-color: #C76FB9;
}
.BgClassName
{
background-color: #C76FB9;
}
</style>
border-color css
<style>
span { border-color: #C76FB9; }
span { border-color: rgb(199,111,185); }
td.TdClassName
{
border-color: #C76FB9;
}
.TagClassName
{
border-color: #C76FB9;
}
</style>