Shades of Fuchsia #C059AE
Tints of Fuchsia #C059AE
RGB
CMYK
RGB Variations
Color information
#C059AE (or 0xC059AE) is known color: Fuchsia. HEX triplet: C0, 59 and AE. RGB value is (192,89,174). Sum of RGB (Red+Green+Blue) = 192+89+174=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C059AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C059AE is #3FA651. Grayscale: #818181. Windows color (decimal): -4171346 or 11426240. OLE color: 11426240.
HSL color Cylindrical-coordinate representation of color #C059AE: hue angle of 310.49º 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 #C059AE is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 174 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.25 |
| HSL | 310.49º | 0.45% | 0.55% | - |
| HSV(B) | 310.49º | 0.54% | 0.75% | - |
| XYZ | 32.95 | 21.41 | 42.44 | - |
| YUV | 129.49 | 153.12 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 174 | 0 | 0.54 | 0.09 | 0.25 | 310.49 | 0.45 | 0.55 |
| Hex | C0 | 59 | AE | 0 | 36 | 9 | 19 | 136 | 2D | 37 |
| Octal | 300 | 131 | 256 | 0 | 66 | 11 | 31 | 466 | 55 | 67 |
| Binary | 11000000 | 1011001 | 10101110 | 0 | 110110 | 1001 | 11001 | 100110110 | 101101 | 110111 |
Color Harmonies of #C059AE
Complementary color
Monochromatic Colors of #C059AE
Black with #C059AE
Text Example
Text Example
White with #C059AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059AE; }
p { color: rgb(192,89,174); }
H1.HeaderClassName
{
color: #C059AE;
}
.AnyTagClassName
{
color: #C059AE;
}
</style>
background-color css
<style>
a { background-color: #C059AE; }
a { background-color: rgb(192,89,174); }
div.DivClassName
{
background-color: #C059AE;
}
.BgClassName
{
background-color: #C059AE;
}
</style>
border-color css
<style>
span { border-color: #C059AE; }
span { border-color: rgb(192,89,174); }
td.TdClassName
{
border-color: #C059AE;
}
.TagClassName
{
border-color: #C059AE;
}
</style>