Shades of Fuchsia #C051B0
Tints of Fuchsia #C051B0
RGB
CMYK
RGB Variations
Color information
#C051B0 (or 0xC051B0) is known color: Fuchsia. HEX triplet: C0, 51 and B0. RGB value is (192,81,176). Sum of RGB (Red+Green+Blue) = 192+81+176=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C051B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C051B0 is #3FAE4F. Grayscale: #7C7C7C. Windows color (decimal): -4173392 or 11555264. OLE color: 11555264.
HSL color Cylindrical-coordinate representation of color #C051B0: hue angle of 308.65º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C051B0 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 176 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.25 |
| HSL | 308.65º | 0.47% | 0.54% | - |
| HSV(B) | 308.65º | 0.58% | 0.75% | - |
| XYZ | 32.52 | 20.23 | 43.26 | - |
| YUV | 125.02 | 156.77 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 176 | 0 | 0.58 | 0.08 | 0.25 | 308.65 | 0.47 | 0.54 |
| Hex | C0 | 51 | B0 | 0 | 3A | 8 | 19 | 135 | 2F | 36 |
| Octal | 300 | 121 | 260 | 0 | 72 | 10 | 31 | 465 | 57 | 66 |
| Binary | 11000000 | 1010001 | 10110000 | 0 | 111010 | 1000 | 11001 | 100110101 | 101111 | 110110 |
Color Harmonies of #C051B0
Complementary color
Monochromatic Colors of #C051B0
Black with #C051B0
Text Example
Text Example
White with #C051B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C051B0; }
p { color: rgb(192,81,176); }
H1.HeaderClassName
{
color: #C051B0;
}
.AnyTagClassName
{
color: #C051B0;
}
</style>
background-color css
<style>
a { background-color: #C051B0; }
a { background-color: rgb(192,81,176); }
div.DivClassName
{
background-color: #C051B0;
}
.BgClassName
{
background-color: #C051B0;
}
</style>
border-color css
<style>
span { border-color: #C051B0; }
span { border-color: rgb(192,81,176); }
td.TdClassName
{
border-color: #C051B0;
}
.TagClassName
{
border-color: #C051B0;
}
</style>