Shades of Fuchsia #C76DAF
Tints of Fuchsia #C76DAF
RGB
CMYK
RGB Variations
Color information
#C76DAF (or 0xC76DAF) is known color: Fuchsia. HEX triplet: C7, 6D and AF. RGB value is (199,109,175). Sum of RGB (Red+Green+Blue) = 199+109+175=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C76DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76DAF is #389250. Grayscale: #8F8F8F. Windows color (decimal): -3707473 or 11496903. OLE color: 11496903.
HSL color Cylindrical-coordinate representation of color #C76DAF: hue angle of 316º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C76DAF is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 175 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.22 |
| HSL | 316º | 0.45% | 0.6% | - |
| HSV(B) | 316º | 0.45% | 0.78% | - |
| XYZ | 36.76 | 26.17 | 43.67 | - |
| YUV | 143.43 | 145.82 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 175 | 0 | 0.45 | 0.12 | 0.22 | 316 | 0.45 | 0.6 |
| Hex | C7 | 6D | AF | 0 | 2D | C | 16 | 13C | 2D | 3C |
| Octal | 307 | 155 | 257 | 0 | 55 | 14 | 26 | 474 | 55 | 74 |
| Binary | 11000111 | 1101101 | 10101111 | 0 | 101101 | 1100 | 10110 | 100111100 | 101101 | 111100 |
Color Harmonies of #C76DAF
Complementary color
Monochromatic Colors of #C76DAF
Black with #C76DAF
Text Example
Text Example
White with #C76DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76DAF; }
p { color: rgb(199,109,175); }
H1.HeaderClassName
{
color: #C76DAF;
}
.AnyTagClassName
{
color: #C76DAF;
}
</style>
background-color css
<style>
a { background-color: #C76DAF; }
a { background-color: rgb(199,109,175); }
div.DivClassName
{
background-color: #C76DAF;
}
.BgClassName
{
background-color: #C76DAF;
}
</style>
border-color css
<style>
span { border-color: #C76DAF; }
span { border-color: rgb(199,109,175); }
td.TdClassName
{
border-color: #C76DAF;
}
.TagClassName
{
border-color: #C76DAF;
}
</style>