Shades of Fuchsia #C569AF
Tints of Fuchsia #C569AF
RGB
CMYK
RGB Variations
Color information
#C569AF (or 0xC569AF) is known color: Fuchsia. HEX triplet: C5, 69 and AF. RGB value is (197,105,175). Sum of RGB (Red+Green+Blue) = 197+105+175=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C569AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C569AF is #3A9650. Grayscale: #8C8C8C. Windows color (decimal): -3839569 or 11495877. OLE color: 11495877.
HSL color Cylindrical-coordinate representation of color #C569AF: hue angle of 314.35º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C569AF is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 175 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.23 |
| HSL | 314.35º | 0.44% | 0.59% | - |
| HSV(B) | 314.35º | 0.47% | 0.77% | - |
| XYZ | 35.82 | 25.07 | 43.51 | - |
| YUV | 140.49 | 147.48 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 175 | 0 | 0.47 | 0.11 | 0.23 | 314.35 | 0.44 | 0.59 |
| Hex | C5 | 69 | AF | 0 | 2F | B | 17 | 13A | 2C | 3B |
| Octal | 305 | 151 | 257 | 0 | 57 | 13 | 27 | 472 | 54 | 73 |
| Binary | 11000101 | 1101001 | 10101111 | 0 | 101111 | 1011 | 10111 | 100111010 | 101100 | 111011 |
Color Harmonies of #C569AF
Complementary color
Monochromatic Colors of #C569AF
Black with #C569AF
Text Example
Text Example
White with #C569AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C569AF; }
p { color: rgb(197,105,175); }
H1.HeaderClassName
{
color: #C569AF;
}
.AnyTagClassName
{
color: #C569AF;
}
</style>
background-color css
<style>
a { background-color: #C569AF; }
a { background-color: rgb(197,105,175); }
div.DivClassName
{
background-color: #C569AF;
}
.BgClassName
{
background-color: #C569AF;
}
</style>
border-color css
<style>
span { border-color: #C569AF; }
span { border-color: rgb(197,105,175); }
td.TdClassName
{
border-color: #C569AF;
}
.TagClassName
{
border-color: #C569AF;
}
</style>