Shades of Fuchsia #C059AA
Tints of Fuchsia #C059AA
RGB
CMYK
RGB Variations
Color information
#C059AA (or 0xC059AA) is known color: Fuchsia. HEX triplet: C0, 59 and AA. RGB value is (192,89,170). Sum of RGB (Red+Green+Blue) = 192+89+170=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C059AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C059AA is #3FA655. Grayscale: #808080. Windows color (decimal): -4171350 or 11164096. OLE color: 11164096.
HSL color Cylindrical-coordinate representation of color #C059AA: hue angle of 312.82º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C059AA is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 170 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.25 |
| HSL | 312.82º | 0.45% | 0.55% | - |
| HSV(B) | 312.82º | 0.54% | 0.75% | - |
| XYZ | 32.57 | 21.25 | 40.42 | - |
| YUV | 129.03 | 151.12 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 170 | 0 | 0.54 | 0.11 | 0.25 | 312.82 | 0.45 | 0.55 |
| Hex | C0 | 59 | AA | 0 | 36 | B | 19 | 139 | 2D | 37 |
| Octal | 300 | 131 | 252 | 0 | 66 | 13 | 31 | 471 | 55 | 67 |
| Binary | 11000000 | 1011001 | 10101010 | 0 | 110110 | 1011 | 11001 | 100111001 | 101101 | 110111 |
Color Harmonies of #C059AA
Complementary color
Monochromatic Colors of #C059AA
Black with #C059AA
Text Example
Text Example
White with #C059AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059AA; }
p { color: rgb(192,89,170); }
H1.HeaderClassName
{
color: #C059AA;
}
.AnyTagClassName
{
color: #C059AA;
}
</style>
background-color css
<style>
a { background-color: #C059AA; }
a { background-color: rgb(192,89,170); }
div.DivClassName
{
background-color: #C059AA;
}
.BgClassName
{
background-color: #C059AA;
}
</style>
border-color css
<style>
span { border-color: #C059AA; }
span { border-color: rgb(192,89,170); }
td.TdClassName
{
border-color: #C059AA;
}
.TagClassName
{
border-color: #C059AA;
}
</style>