Shades of Fuchsia #C050B0
Tints of Fuchsia #C050B0
RGB
CMYK
RGB Variations
Color information
#C050B0 (or 0xC050B0) is known color: Fuchsia. HEX triplet: C0, 50 and B0. RGB value is (192,80,176). Sum of RGB (Red+Green+Blue) = 192+80+176=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C050B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C050B0 is #3FAF4F. Grayscale: #7C7C7C. Windows color (decimal): -4173648 or 11555008. OLE color: 11555008.
HSL color Cylindrical-coordinate representation of color #C050B0: hue angle of 308.57º 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 #C050B0 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 176 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.25 |
| HSL | 308.57º | 0.47% | 0.53% | - |
| HSV(B) | 308.57º | 0.58% | 0.75% | - |
| XYZ | 32.44 | 20.08 | 43.24 | - |
| YUV | 124.43 | 157.11 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 176 | 0 | 0.58 | 0.08 | 0.25 | 308.57 | 0.47 | 0.53 |
| Hex | C0 | 50 | B0 | 0 | 3A | 8 | 19 | 135 | 2F | 35 |
| Octal | 300 | 120 | 260 | 0 | 72 | 10 | 31 | 465 | 57 | 65 |
| Binary | 11000000 | 1010000 | 10110000 | 0 | 111010 | 1000 | 11001 | 100110101 | 101111 | 110101 |
Color Harmonies of #C050B0
Complementary color
Monochromatic Colors of #C050B0
Black with #C050B0
Text Example
Text Example
White with #C050B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050B0; }
p { color: rgb(192,80,176); }
H1.HeaderClassName
{
color: #C050B0;
}
.AnyTagClassName
{
color: #C050B0;
}
</style>
background-color css
<style>
a { background-color: #C050B0; }
a { background-color: rgb(192,80,176); }
div.DivClassName
{
background-color: #C050B0;
}
.BgClassName
{
background-color: #C050B0;
}
</style>
border-color css
<style>
span { border-color: #C050B0; }
span { border-color: rgb(192,80,176); }
td.TdClassName
{
border-color: #C050B0;
}
.TagClassName
{
border-color: #C050B0;
}
</style>