Shades of Fuchsia #C050BC
Tints of Fuchsia #C050BC
RGB
CMYK
RGB Variations
Color information
#C050BC (or 0xC050BC) is known color: Fuchsia. HEX triplet: C0, 50 and BC. RGB value is (192,80,188). Sum of RGB (Red+Green+Blue) = 192+80+188=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C050BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050BC is #3FAF43. Grayscale: #7D7D7D. Windows color (decimal): -4173636 or 12341440. OLE color: 12341440.
HSL color Cylindrical-coordinate representation of color #C050BC: hue angle of 302.14º 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 #C050BC is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 188 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.25 |
| HSL | 302.14º | 0.47% | 0.53% | - |
| HSV(B) | 302.14º | 0.58% | 0.75% | - |
| XYZ | 33.68 | 20.57 | 49.77 | - |
| YUV | 125.8 | 163.11 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 188 | 0 | 0.58 | 0.02 | 0.25 | 302.14 | 0.47 | 0.53 |
| Hex | C0 | 50 | BC | 0 | 3A | 2 | 19 | 12E | 2F | 35 |
| Octal | 300 | 120 | 274 | 0 | 72 | 2 | 31 | 456 | 57 | 65 |
| Binary | 11000000 | 1010000 | 10111100 | 0 | 111010 | 10 | 11001 | 100101110 | 101111 | 110101 |
Color Harmonies of #C050BC
Complementary color
Monochromatic Colors of #C050BC
Black with #C050BC
Text Example
Text Example
White with #C050BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050BC; }
p { color: rgb(192,80,188); }
H1.HeaderClassName
{
color: #C050BC;
}
.AnyTagClassName
{
color: #C050BC;
}
</style>
background-color css
<style>
a { background-color: #C050BC; }
a { background-color: rgb(192,80,188); }
div.DivClassName
{
background-color: #C050BC;
}
.BgClassName
{
background-color: #C050BC;
}
</style>
border-color css
<style>
span { border-color: #C050BC; }
span { border-color: rgb(192,80,188); }
td.TdClassName
{
border-color: #C050BC;
}
.TagClassName
{
border-color: #C050BC;
}
</style>