Shades of Fuchsia #C76EC0
Tints of Fuchsia #C76EC0
RGB
CMYK
RGB Variations
Color information
#C76EC0 (or 0xC76EC0) is known color: Fuchsia. HEX triplet: C7, 6E and C0. RGB value is (199,110,192). Sum of RGB (Red+Green+Blue) = 199+110+192=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 199 - color contains mainly: red. Hex color #C76EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76EC0 is #38913F. Grayscale: #919191. Windows color (decimal): -3707200 or 12611271. OLE color: 12611271.
HSL color Cylindrical-coordinate representation of color #C76EC0: hue angle of 304.72º 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 #C76EC0 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 192 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.22 |
| HSL | 304.72º | 0.44% | 0.61% | - |
| HSV(B) | 304.72º | 0.45% | 0.78% | - |
| XYZ | 38.64 | 27.1 | 53.06 | - |
| YUV | 145.96 | 153.99 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 192 | 0 | 0.45 | 0.04 | 0.22 | 304.72 | 0.44 | 0.61 |
| Hex | C7 | 6E | C0 | 0 | 2D | 4 | 16 | 131 | 2C | 3D |
| Octal | 307 | 156 | 300 | 0 | 55 | 4 | 26 | 461 | 54 | 75 |
| Binary | 11000111 | 1101110 | 11000000 | 0 | 101101 | 100 | 10110 | 100110001 | 101100 | 111101 |
Color Harmonies of #C76EC0
Complementary color
Monochromatic Colors of #C76EC0
Black with #C76EC0
Text Example
Text Example
White with #C76EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76EC0; }
p { color: rgb(199,110,192); }
H1.HeaderClassName
{
color: #C76EC0;
}
.AnyTagClassName
{
color: #C76EC0;
}
</style>
background-color css
<style>
a { background-color: #C76EC0; }
a { background-color: rgb(199,110,192); }
div.DivClassName
{
background-color: #C76EC0;
}
.BgClassName
{
background-color: #C76EC0;
}
</style>
border-color css
<style>
span { border-color: #C76EC0; }
span { border-color: rgb(199,110,192); }
td.TdClassName
{
border-color: #C76EC0;
}
.TagClassName
{
border-color: #C76EC0;
}
</style>