Shades of Fuchsia #C059BB
Tints of Fuchsia #C059BB
RGB
CMYK
RGB Variations
Color information
#C059BB (or 0xC059BB) is known color: Fuchsia. HEX triplet: C0, 59 and BB. RGB value is (192,89,187). Sum of RGB (Red+Green+Blue) = 192+89+187=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C059BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059BB is #3FA644. Grayscale: #828282. Windows color (decimal): -4171333 or 12278208. OLE color: 12278208.
HSL color Cylindrical-coordinate representation of color #C059BB: hue angle of 302.91º 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 #C059BB is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 187 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.25 |
| HSL | 302.91º | 0.45% | 0.55% | - |
| HSV(B) | 302.91º | 0.54% | 0.75% | - |
| XYZ | 34.28 | 21.94 | 49.44 | - |
| YUV | 130.97 | 159.62 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 187 | 0 | 0.54 | 0.03 | 0.25 | 302.91 | 0.45 | 0.55 |
| Hex | C0 | 59 | BB | 0 | 36 | 3 | 19 | 12F | 2D | 37 |
| Octal | 300 | 131 | 273 | 0 | 66 | 3 | 31 | 457 | 55 | 67 |
| Binary | 11000000 | 1011001 | 10111011 | 0 | 110110 | 11 | 11001 | 100101111 | 101101 | 110111 |
Color Harmonies of #C059BB
Complementary color
Monochromatic Colors of #C059BB
Black with #C059BB
Text Example
Text Example
White with #C059BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059BB; }
p { color: rgb(192,89,187); }
H1.HeaderClassName
{
color: #C059BB;
}
.AnyTagClassName
{
color: #C059BB;
}
</style>
background-color css
<style>
a { background-color: #C059BB; }
a { background-color: rgb(192,89,187); }
div.DivClassName
{
background-color: #C059BB;
}
.BgClassName
{
background-color: #C059BB;
}
</style>
border-color css
<style>
span { border-color: #C059BB; }
span { border-color: rgb(192,89,187); }
td.TdClassName
{
border-color: #C059BB;
}
.TagClassName
{
border-color: #C059BB;
}
</style>