Shades of Fuchsia #C76EB8
Tints of Fuchsia #C76EB8
RGB
CMYK
RGB Variations
Color information
#C76EB8 (or 0xC76EB8) is known color: Fuchsia. HEX triplet: C7, 6E and B8. RGB value is (199,110,184). Sum of RGB (Red+Green+Blue) = 199+110+184=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C76EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76EB8 is #389147. Grayscale: #909090. Windows color (decimal): -3707208 or 12086983. OLE color: 12086983.
HSL color Cylindrical-coordinate representation of color #C76EB8: hue angle of 310.11º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C76EB8 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 184 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.22 |
| HSL | 310.11º | 0.44% | 0.61% | - |
| HSV(B) | 310.11º | 0.45% | 0.78% | - |
| XYZ | 37.78 | 26.75 | 48.52 | - |
| YUV | 145.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 184 | 0 | 0.45 | 0.08 | 0.22 | 310.11 | 0.44 | 0.61 |
| Hex | C7 | 6E | B8 | 0 | 2D | 8 | 16 | 136 | 2C | 3D |
| Octal | 307 | 156 | 270 | 0 | 55 | 10 | 26 | 466 | 54 | 75 |
| Binary | 11000111 | 1101110 | 10111000 | 0 | 101101 | 1000 | 10110 | 100110110 | 101100 | 111101 |
Color Harmonies of #C76EB8
Complementary color
Monochromatic Colors of #C76EB8
Black with #C76EB8
Text Example
Text Example
White with #C76EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76EB8; }
p { color: rgb(199,110,184); }
H1.HeaderClassName
{
color: #C76EB8;
}
.AnyTagClassName
{
color: #C76EB8;
}
</style>
background-color css
<style>
a { background-color: #C76EB8; }
a { background-color: rgb(199,110,184); }
div.DivClassName
{
background-color: #C76EB8;
}
.BgClassName
{
background-color: #C76EB8;
}
</style>
border-color css
<style>
span { border-color: #C76EB8; }
span { border-color: rgb(199,110,184); }
td.TdClassName
{
border-color: #C76EB8;
}
.TagClassName
{
border-color: #C76EB8;
}
</style>