Shades of Fuchsia #C059A6
Tints of Fuchsia #C059A6
RGB
CMYK
RGB Variations
Color information
#C059A6 (or 0xC059A6) is known color: Fuchsia. HEX triplet: C0, 59 and A6. RGB value is (192,89,166). Sum of RGB (Red+Green+Blue) = 192+89+166=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C059A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C059A6 is #3FA659. Grayscale: #808080. Windows color (decimal): -4171354 or 10901952. OLE color: 10901952.
HSL color Cylindrical-coordinate representation of color #C059A6: hue angle of 315.15º 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 #C059A6 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 166 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.25 |
| HSL | 315.15º | 0.45% | 0.55% | - |
| HSV(B) | 315.15º | 0.54% | 0.75% | - |
| XYZ | 32.19 | 21.1 | 38.45 | - |
| YUV | 128.58 | 149.12 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 166 | 0 | 0.54 | 0.14 | 0.25 | 315.15 | 0.45 | 0.55 |
| Hex | C0 | 59 | A6 | 0 | 36 | E | 19 | 13B | 2D | 37 |
| Octal | 300 | 131 | 246 | 0 | 66 | 16 | 31 | 473 | 55 | 67 |
| Binary | 11000000 | 1011001 | 10100110 | 0 | 110110 | 1110 | 11001 | 100111011 | 101101 | 110111 |
Color Harmonies of #C059A6
Complementary color
Monochromatic Colors of #C059A6
Black with #C059A6
Text Example
Text Example
White with #C059A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059A6; }
p { color: rgb(192,89,166); }
H1.HeaderClassName
{
color: #C059A6;
}
.AnyTagClassName
{
color: #C059A6;
}
</style>
background-color css
<style>
a { background-color: #C059A6; }
a { background-color: rgb(192,89,166); }
div.DivClassName
{
background-color: #C059A6;
}
.BgClassName
{
background-color: #C059A6;
}
</style>
border-color css
<style>
span { border-color: #C059A6; }
span { border-color: rgb(192,89,166); }
td.TdClassName
{
border-color: #C059A6;
}
.TagClassName
{
border-color: #C059A6;
}
</style>