Shades of Fuchsia #C050B9
Tints of Fuchsia #C050B9
RGB
CMYK
RGB Variations
Color information
#C050B9 (or 0xC050B9) is known color: Fuchsia. HEX triplet: C0, 50 and B9. RGB value is (192,80,185). Sum of RGB (Red+Green+Blue) = 192+80+185=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C050B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050B9 is #3FAF46. Grayscale: #7D7D7D. Windows color (decimal): -4173639 or 12144832. OLE color: 12144832.
HSL color Cylindrical-coordinate representation of color #C050B9: hue angle of 303.75º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C050B9 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 185 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.25 |
| HSL | 303.75º | 0.47% | 0.53% | - |
| HSV(B) | 303.75º | 0.58% | 0.75% | - |
| XYZ | 33.36 | 20.45 | 48.09 | - |
| YUV | 125.46 | 161.61 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 185 | 0 | 0.58 | 0.04 | 0.25 | 303.75 | 0.47 | 0.53 |
| Hex | C0 | 50 | B9 | 0 | 3A | 4 | 19 | 130 | 2F | 35 |
| Octal | 300 | 120 | 271 | 0 | 72 | 4 | 31 | 460 | 57 | 65 |
| Binary | 11000000 | 1010000 | 10111001 | 0 | 111010 | 100 | 11001 | 100110000 | 101111 | 110101 |
Color Harmonies of #C050B9
Complementary color
Monochromatic Colors of #C050B9
Black with #C050B9
Text Example
Text Example
White with #C050B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050B9; }
p { color: rgb(192,80,185); }
H1.HeaderClassName
{
color: #C050B9;
}
.AnyTagClassName
{
color: #C050B9;
}
</style>
background-color css
<style>
a { background-color: #C050B9; }
a { background-color: rgb(192,80,185); }
div.DivClassName
{
background-color: #C050B9;
}
.BgClassName
{
background-color: #C050B9;
}
</style>
border-color css
<style>
span { border-color: #C050B9; }
span { border-color: rgb(192,80,185); }
td.TdClassName
{
border-color: #C050B9;
}
.TagClassName
{
border-color: #C050B9;
}
</style>