Shades of Fuchsia #C059BD
Tints of Fuchsia #C059BD
RGB
CMYK
RGB Variations
Color information
#C059BD (or 0xC059BD) is known color: Fuchsia. HEX triplet: C0, 59 and BD. RGB value is (192,89,189). Sum of RGB (Red+Green+Blue) = 192+89+189=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C059BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059BD is #3FA642. Grayscale: #828282. Windows color (decimal): -4171331 or 12409280. OLE color: 12409280.
HSL color Cylindrical-coordinate representation of color #C059BD: hue angle of 301.75º 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 #C059BD is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 189 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.25 |
| HSL | 301.75º | 0.45% | 0.55% | - |
| HSV(B) | 301.75º | 0.54% | 0.75% | - |
| XYZ | 34.5 | 22.03 | 50.58 | - |
| YUV | 131.2 | 160.62 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 189 | 0 | 0.54 | 0.02 | 0.25 | 301.75 | 0.45 | 0.55 |
| Hex | C0 | 59 | BD | 0 | 36 | 2 | 19 | 12E | 2D | 37 |
| Octal | 300 | 131 | 275 | 0 | 66 | 2 | 31 | 456 | 55 | 67 |
| Binary | 11000000 | 1011001 | 10111101 | 0 | 110110 | 10 | 11001 | 100101110 | 101101 | 110111 |
Color Harmonies of #C059BD
Complementary color
Monochromatic Colors of #C059BD
Black with #C059BD
Text Example
Text Example
White with #C059BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059BD; }
p { color: rgb(192,89,189); }
H1.HeaderClassName
{
color: #C059BD;
}
.AnyTagClassName
{
color: #C059BD;
}
</style>
background-color css
<style>
a { background-color: #C059BD; }
a { background-color: rgb(192,89,189); }
div.DivClassName
{
background-color: #C059BD;
}
.BgClassName
{
background-color: #C059BD;
}
</style>
border-color css
<style>
span { border-color: #C059BD; }
span { border-color: rgb(192,89,189); }
td.TdClassName
{
border-color: #C059BD;
}
.TagClassName
{
border-color: #C059BD;
}
</style>