Shades of Fuchsia #C059A8
Tints of Fuchsia #C059A8
RGB
CMYK
RGB Variations
Color information
#C059A8 (or 0xC059A8) is known color: Fuchsia. HEX triplet: C0, 59 and A8. RGB value is (192,89,168). Sum of RGB (Red+Green+Blue) = 192+89+168=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C059A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C059A8 is #3FA657. Grayscale: #808080. Windows color (decimal): -4171352 or 11033024. OLE color: 11033024.
HSL color Cylindrical-coordinate representation of color #C059A8: hue angle of 313.98º 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 #C059A8 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 168 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.25 |
| HSL | 313.98º | 0.45% | 0.55% | - |
| HSV(B) | 313.98º | 0.54% | 0.75% | - |
| XYZ | 32.38 | 21.18 | 39.43 | - |
| YUV | 128.8 | 150.12 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 168 | 0 | 0.54 | 0.12 | 0.25 | 313.98 | 0.45 | 0.55 |
| Hex | C0 | 59 | A8 | 0 | 36 | C | 19 | 13A | 2D | 37 |
| Octal | 300 | 131 | 250 | 0 | 66 | 14 | 31 | 472 | 55 | 67 |
| Binary | 11000000 | 1011001 | 10101000 | 0 | 110110 | 1100 | 11001 | 100111010 | 101101 | 110111 |
Color Harmonies of #C059A8
Complementary color
Monochromatic Colors of #C059A8
Black with #C059A8
Text Example
Text Example
White with #C059A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059A8; }
p { color: rgb(192,89,168); }
H1.HeaderClassName
{
color: #C059A8;
}
.AnyTagClassName
{
color: #C059A8;
}
</style>
background-color css
<style>
a { background-color: #C059A8; }
a { background-color: rgb(192,89,168); }
div.DivClassName
{
background-color: #C059A8;
}
.BgClassName
{
background-color: #C059A8;
}
</style>
border-color css
<style>
span { border-color: #C059A8; }
span { border-color: rgb(192,89,168); }
td.TdClassName
{
border-color: #C059A8;
}
.TagClassName
{
border-color: #C059A8;
}
</style>