Shades of Fuchsia #C050B7
Tints of Fuchsia #C050B7
RGB
CMYK
RGB Variations
Color information
#C050B7 (or 0xC050B7) is known color: Fuchsia. HEX triplet: C0, 50 and B7. RGB value is (192,80,183). Sum of RGB (Red+Green+Blue) = 192+80+183=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C050B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050B7 is #3FAF48. Grayscale: #7C7C7C. Windows color (decimal): -4173641 or 12013760. OLE color: 12013760.
HSL color Cylindrical-coordinate representation of color #C050B7: hue angle of 304.82º 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 #C050B7 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 183 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.25 |
| HSL | 304.82º | 0.47% | 0.53% | - |
| HSV(B) | 304.82º | 0.58% | 0.75% | - |
| XYZ | 33.15 | 20.36 | 46.98 | - |
| YUV | 125.23 | 160.61 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 183 | 0 | 0.58 | 0.05 | 0.25 | 304.82 | 0.47 | 0.53 |
| Hex | C0 | 50 | B7 | 0 | 3A | 5 | 19 | 131 | 2F | 35 |
| Octal | 300 | 120 | 267 | 0 | 72 | 5 | 31 | 461 | 57 | 65 |
| Binary | 11000000 | 1010000 | 10110111 | 0 | 111010 | 101 | 11001 | 100110001 | 101111 | 110101 |
Color Harmonies of #C050B7
Complementary color
Monochromatic Colors of #C050B7
Black with #C050B7
Text Example
Text Example
White with #C050B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050B7; }
p { color: rgb(192,80,183); }
H1.HeaderClassName
{
color: #C050B7;
}
.AnyTagClassName
{
color: #C050B7;
}
</style>
background-color css
<style>
a { background-color: #C050B7; }
a { background-color: rgb(192,80,183); }
div.DivClassName
{
background-color: #C050B7;
}
.BgClassName
{
background-color: #C050B7;
}
</style>
border-color css
<style>
span { border-color: #C050B7; }
span { border-color: rgb(192,80,183); }
td.TdClassName
{
border-color: #C050B7;
}
.TagClassName
{
border-color: #C050B7;
}
</style>