Shades of Fuchsia #C76FBC
Tints of Fuchsia #C76FBC
RGB
CMYK
RGB Variations
Color information
#C76FBC (or 0xC76FBC) is known color: Fuchsia. HEX triplet: C7, 6F and BC. RGB value is (199,111,188). Sum of RGB (Red+Green+Blue) = 199+111+188=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 199 - color contains mainly: red. Hex color #C76FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FBC is #389043. Grayscale: #919191. Windows color (decimal): -3706948 or 12349383. OLE color: 12349383.
HSL color Cylindrical-coordinate representation of color #C76FBC: hue angle of 307.5º 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 #C76FBC is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 188 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.22 |
| HSL | 307.5º | 0.44% | 0.61% | - |
| HSV(B) | 307.5º | 0.44% | 0.78% | - |
| XYZ | 38.31 | 27.14 | 50.8 | - |
| YUV | 146.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 188 | 0 | 0.44 | 0.06 | 0.22 | 307.5 | 0.44 | 0.61 |
| Hex | C7 | 6F | BC | 0 | 2C | 6 | 16 | 134 | 2C | 3D |
| Octal | 307 | 157 | 274 | 0 | 54 | 6 | 26 | 464 | 54 | 75 |
| Binary | 11000111 | 1101111 | 10111100 | 0 | 101100 | 110 | 10110 | 100110100 | 101100 | 111101 |
Color Harmonies of #C76FBC
Complementary color
Monochromatic Colors of #C76FBC
Black with #C76FBC
Text Example
Text Example
White with #C76FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76FBC; }
p { color: rgb(199,111,188); }
H1.HeaderClassName
{
color: #C76FBC;
}
.AnyTagClassName
{
color: #C76FBC;
}
</style>
background-color css
<style>
a { background-color: #C76FBC; }
a { background-color: rgb(199,111,188); }
div.DivClassName
{
background-color: #C76FBC;
}
.BgClassName
{
background-color: #C76FBC;
}
</style>
border-color css
<style>
span { border-color: #C76FBC; }
span { border-color: rgb(199,111,188); }
td.TdClassName
{
border-color: #C76FBC;
}
.TagClassName
{
border-color: #C76FBC;
}
</style>