Shades of Fuchsia #C550B0
Tints of Fuchsia #C550B0
RGB
CMYK
RGB Variations
Color information
#C550B0 (or 0xC550B0) is known color: Fuchsia. HEX triplet: C5, 50 and B0. RGB value is (197,80,176). Sum of RGB (Red+Green+Blue) = 197+80+176=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C550B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C550B0 is #3AAF4F. Grayscale: #7D7D7D. Windows color (decimal): -3845968 or 11555013. OLE color: 11555013.
HSL color Cylindrical-coordinate representation of color #C550B0: hue angle of 310.77º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C550B0 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 176 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.23 |
| HSL | 310.77º | 0.5% | 0.54% | - |
| HSV(B) | 310.77º | 0.59% | 0.77% | - |
| XYZ | 33.73 | 20.74 | 43.3 | - |
| YUV | 125.93 | 156.26 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 176 | 0 | 0.59 | 0.11 | 0.23 | 310.77 | 0.5 | 0.54 |
| Hex | C5 | 50 | B0 | 0 | 3B | B | 17 | 137 | 32 | 36 |
| Octal | 305 | 120 | 260 | 0 | 73 | 13 | 27 | 467 | 62 | 66 |
| Binary | 11000101 | 1010000 | 10110000 | 0 | 111011 | 1011 | 10111 | 100110111 | 110010 | 110110 |
Color Harmonies of #C550B0
Complementary color
Monochromatic Colors of #C550B0
Black with #C550B0
Text Example
Text Example
White with #C550B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C550B0; }
p { color: rgb(197,80,176); }
H1.HeaderClassName
{
color: #C550B0;
}
.AnyTagClassName
{
color: #C550B0;
}
</style>
background-color css
<style>
a { background-color: #C550B0; }
a { background-color: rgb(197,80,176); }
div.DivClassName
{
background-color: #C550B0;
}
.BgClassName
{
background-color: #C550B0;
}
</style>
border-color css
<style>
span { border-color: #C550B0; }
span { border-color: rgb(197,80,176); }
td.TdClassName
{
border-color: #C550B0;
}
.TagClassName
{
border-color: #C550B0;
}
</style>