Shades of Fuchsia #C769AF
Tints of Fuchsia #C769AF
RGB
CMYK
RGB Variations
Color information
#C769AF (or 0xC769AF) is known color: Fuchsia. HEX triplet: C7, 69 and AF. RGB value is (199,105,175). Sum of RGB (Red+Green+Blue) = 199+105+175=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C769AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C769AF is #389650. Grayscale: #8C8C8C. Windows color (decimal): -3708497 or 11495879. OLE color: 11495879.
HSL color Cylindrical-coordinate representation of color #C769AF: hue angle of 315.32º degrees, saturation: 0.46, 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 #C769AF is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 175 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.22 |
| HSL | 315.32º | 0.46% | 0.6% | - |
| HSV(B) | 315.32º | 0.47% | 0.78% | - |
| XYZ | 36.34 | 25.34 | 43.53 | - |
| YUV | 141.09 | 147.14 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 175 | 0 | 0.47 | 0.12 | 0.22 | 315.32 | 0.46 | 0.6 |
| Hex | C7 | 69 | AF | 0 | 2F | C | 16 | 13B | 2E | 3C |
| Octal | 307 | 151 | 257 | 0 | 57 | 14 | 26 | 473 | 56 | 74 |
| Binary | 11000111 | 1101001 | 10101111 | 0 | 101111 | 1100 | 10110 | 100111011 | 101110 | 111100 |
Color Harmonies of #C769AF
Complementary color
Monochromatic Colors of #C769AF
Black with #C769AF
Text Example
Text Example
White with #C769AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C769AF; }
p { color: rgb(199,105,175); }
H1.HeaderClassName
{
color: #C769AF;
}
.AnyTagClassName
{
color: #C769AF;
}
</style>
background-color css
<style>
a { background-color: #C769AF; }
a { background-color: rgb(199,105,175); }
div.DivClassName
{
background-color: #C769AF;
}
.BgClassName
{
background-color: #C769AF;
}
</style>
border-color css
<style>
span { border-color: #C769AF; }
span { border-color: rgb(199,105,175); }
td.TdClassName
{
border-color: #C769AF;
}
.TagClassName
{
border-color: #C769AF;
}
</style>