Shades of Fuchsia #C050BA
Tints of Fuchsia #C050BA
RGB
CMYK
RGB Variations
Color information
#C050BA (or 0xC050BA) is known color: Fuchsia. HEX triplet: C0, 50 and BA. RGB value is (192,80,186). Sum of RGB (Red+Green+Blue) = 192+80+186=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C050BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050BA is #3FAF45. Grayscale: #7D7D7D. Windows color (decimal): -4173638 or 12210368. OLE color: 12210368.
HSL color Cylindrical-coordinate representation of color #C050BA: hue angle of 303.21º 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 #C050BA is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 186 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.25 |
| HSL | 303.21º | 0.47% | 0.53% | - |
| HSV(B) | 303.21º | 0.58% | 0.75% | - |
| XYZ | 33.47 | 20.49 | 48.65 | - |
| YUV | 125.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 186 | 0 | 0.58 | 0.03 | 0.25 | 303.21 | 0.47 | 0.53 |
| Hex | C0 | 50 | BA | 0 | 3A | 3 | 19 | 12F | 2F | 35 |
| Octal | 300 | 120 | 272 | 0 | 72 | 3 | 31 | 457 | 57 | 65 |
| Binary | 11000000 | 1010000 | 10111010 | 0 | 111010 | 11 | 11001 | 100101111 | 101111 | 110101 |
Color Harmonies of #C050BA
Complementary color
Monochromatic Colors of #C050BA
Black with #C050BA
Text Example
Text Example
White with #C050BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050BA; }
p { color: rgb(192,80,186); }
H1.HeaderClassName
{
color: #C050BA;
}
.AnyTagClassName
{
color: #C050BA;
}
</style>
background-color css
<style>
a { background-color: #C050BA; }
a { background-color: rgb(192,80,186); }
div.DivClassName
{
background-color: #C050BA;
}
.BgClassName
{
background-color: #C050BA;
}
</style>
border-color css
<style>
span { border-color: #C050BA; }
span { border-color: rgb(192,80,186); }
td.TdClassName
{
border-color: #C050BA;
}
.TagClassName
{
border-color: #C050BA;
}
</style>