Shades of Fuchsia #C059B7
Tints of Fuchsia #C059B7
RGB
CMYK
RGB Variations
Color information
#C059B7 (or 0xC059B7) is known color: Fuchsia. HEX triplet: C0, 59 and B7. RGB value is (192,89,183). Sum of RGB (Red+Green+Blue) = 192+89+183=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C059B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059B7 is #3FA648. Grayscale: #828282. Windows color (decimal): -4171337 or 12016064. OLE color: 12016064.
HSL color Cylindrical-coordinate representation of color #C059B7: hue angle of 305.24º 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 #C059B7 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 183 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.25 |
| HSL | 305.24º | 0.45% | 0.55% | - |
| HSV(B) | 305.24º | 0.54% | 0.75% | - |
| XYZ | 33.86 | 21.77 | 47.22 | - |
| YUV | 130.51 | 157.62 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 183 | 0 | 0.54 | 0.05 | 0.25 | 305.24 | 0.45 | 0.55 |
| Hex | C0 | 59 | B7 | 0 | 36 | 5 | 19 | 131 | 2D | 37 |
| Octal | 300 | 131 | 267 | 0 | 66 | 5 | 31 | 461 | 55 | 67 |
| Binary | 11000000 | 1011001 | 10110111 | 0 | 110110 | 101 | 11001 | 100110001 | 101101 | 110111 |
Color Harmonies of #C059B7
Complementary color
Monochromatic Colors of #C059B7
Black with #C059B7
Text Example
Text Example
White with #C059B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059B7; }
p { color: rgb(192,89,183); }
H1.HeaderClassName
{
color: #C059B7;
}
.AnyTagClassName
{
color: #C059B7;
}
</style>
background-color css
<style>
a { background-color: #C059B7; }
a { background-color: rgb(192,89,183); }
div.DivClassName
{
background-color: #C059B7;
}
.BgClassName
{
background-color: #C059B7;
}
</style>
border-color css
<style>
span { border-color: #C059B7; }
span { border-color: rgb(192,89,183); }
td.TdClassName
{
border-color: #C059B7;
}
.TagClassName
{
border-color: #C059B7;
}
</style>