Shades of Fuchsia #C76CAE
Tints of Fuchsia #C76CAE
RGB
CMYK
RGB Variations
Color information
#C76CAE (or 0xC76CAE) is known color: Fuchsia. HEX triplet: C7, 6C and AE. RGB value is (199,108,174). Sum of RGB (Red+Green+Blue) = 199+108+174=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C76CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76CAE is #389351. Grayscale: #8E8E8E. Windows color (decimal): -3707730 or 11431111. OLE color: 11431111.
HSL color Cylindrical-coordinate representation of color #C76CAE: hue angle of 316.48º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C76CAE is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 174 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.22 |
| HSL | 316.48º | 0.45% | 0.6% | - |
| HSV(B) | 316.48º | 0.46% | 0.78% | - |
| XYZ | 36.56 | 25.92 | 43.12 | - |
| YUV | 142.73 | 145.65 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 174 | 0 | 0.46 | 0.13 | 0.22 | 316.48 | 0.45 | 0.6 |
| Hex | C7 | 6C | AE | 0 | 2E | D | 16 | 13C | 2D | 3C |
| Octal | 307 | 154 | 256 | 0 | 56 | 15 | 26 | 474 | 55 | 74 |
| Binary | 11000111 | 1101100 | 10101110 | 0 | 101110 | 1101 | 10110 | 100111100 | 101101 | 111100 |
Color Harmonies of #C76CAE
Complementary color
Monochromatic Colors of #C76CAE
Black with #C76CAE
Text Example
Text Example
White with #C76CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76CAE; }
p { color: rgb(199,108,174); }
H1.HeaderClassName
{
color: #C76CAE;
}
.AnyTagClassName
{
color: #C76CAE;
}
</style>
background-color css
<style>
a { background-color: #C76CAE; }
a { background-color: rgb(199,108,174); }
div.DivClassName
{
background-color: #C76CAE;
}
.BgClassName
{
background-color: #C76CAE;
}
</style>
border-color css
<style>
span { border-color: #C76CAE; }
span { border-color: rgb(199,108,174); }
td.TdClassName
{
border-color: #C76CAE;
}
.TagClassName
{
border-color: #C76CAE;
}
</style>