Shades of Fuchsia #C76AAF
Tints of Fuchsia #C76AAF
RGB
CMYK
RGB Variations
Color information
#C76AAF (or 0xC76AAF) is known color: Fuchsia. HEX triplet: C7, 6A and AF. RGB value is (199,106,175). Sum of RGB (Red+Green+Blue) = 199+106+175=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 199 - color contains mainly: red. Hex color #C76AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76AAF is #389550. Grayscale: #8D8D8D. Windows color (decimal): -3708241 or 11496135. OLE color: 11496135.
HSL color Cylindrical-coordinate representation of color #C76AAF: hue angle of 315.48º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C76AAF is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 106 | 175 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.22 |
| HSL | 315.48º | 0.45% | 0.6% | - |
| HSV(B) | 315.48º | 0.47% | 0.78% | - |
| XYZ | 36.45 | 25.55 | 43.57 | - |
| YUV | 141.67 | 146.81 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 175 | 0 | 0.47 | 0.12 | 0.22 | 315.48 | 0.45 | 0.6 |
| Hex | C7 | 6A | AF | 0 | 2F | C | 16 | 13B | 2D | 3C |
| Octal | 307 | 152 | 257 | 0 | 57 | 14 | 26 | 473 | 55 | 74 |
| Binary | 11000111 | 1101010 | 10101111 | 0 | 101111 | 1100 | 10110 | 100111011 | 101101 | 111100 |
Color Harmonies of #C76AAF
Complementary color
Monochromatic Colors of #C76AAF
Black with #C76AAF
Text Example
Text Example
White with #C76AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76AAF; }
p { color: rgb(199,106,175); }
H1.HeaderClassName
{
color: #C76AAF;
}
.AnyTagClassName
{
color: #C76AAF;
}
</style>
background-color css
<style>
a { background-color: #C76AAF; }
a { background-color: rgb(199,106,175); }
div.DivClassName
{
background-color: #C76AAF;
}
.BgClassName
{
background-color: #C76AAF;
}
</style>
border-color css
<style>
span { border-color: #C76AAF; }
span { border-color: rgb(199,106,175); }
td.TdClassName
{
border-color: #C76AAF;
}
.TagClassName
{
border-color: #C76AAF;
}
</style>