Shades of Fuchsia #C059BA
Tints of Fuchsia #C059BA
RGB
CMYK
RGB Variations
Color information
#C059BA (or 0xC059BA) is known color: Fuchsia. HEX triplet: C0, 59 and BA. RGB value is (192,89,186). Sum of RGB (Red+Green+Blue) = 192+89+186=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C059BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059BA is #3FA645. Grayscale: #828282. Windows color (decimal): -4171334 or 12212672. OLE color: 12212672.
HSL color Cylindrical-coordinate representation of color #C059BA: hue angle of 303.5º 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 #C059BA is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 186 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.25 |
| HSL | 303.5º | 0.45% | 0.55% | - |
| HSV(B) | 303.5º | 0.54% | 0.75% | - |
| XYZ | 34.17 | 21.9 | 48.88 | - |
| YUV | 130.86 | 159.12 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 186 | 0 | 0.54 | 0.03 | 0.25 | 303.5 | 0.45 | 0.55 |
| Hex | C0 | 59 | BA | 0 | 36 | 3 | 19 | 12F | 2D | 37 |
| Octal | 300 | 131 | 272 | 0 | 66 | 3 | 31 | 457 | 55 | 67 |
| Binary | 11000000 | 1011001 | 10111010 | 0 | 110110 | 11 | 11001 | 100101111 | 101101 | 110111 |
Color Harmonies of #C059BA
Complementary color
Monochromatic Colors of #C059BA
Black with #C059BA
Text Example
Text Example
White with #C059BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059BA; }
p { color: rgb(192,89,186); }
H1.HeaderClassName
{
color: #C059BA;
}
.AnyTagClassName
{
color: #C059BA;
}
</style>
background-color css
<style>
a { background-color: #C059BA; }
a { background-color: rgb(192,89,186); }
div.DivClassName
{
background-color: #C059BA;
}
.BgClassName
{
background-color: #C059BA;
}
</style>
border-color css
<style>
span { border-color: #C059BA; }
span { border-color: rgb(192,89,186); }
td.TdClassName
{
border-color: #C059BA;
}
.TagClassName
{
border-color: #C059BA;
}
</style>