Shades of Fuchsia #C551B0
Tints of Fuchsia #C551B0
RGB
CMYK
RGB Variations
Color information
#C551B0 (or 0xC551B0) is known color: Fuchsia. HEX triplet: C5, 51 and B0. RGB value is (197,81,176). Sum of RGB (Red+Green+Blue) = 197+81+176=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C551B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C551B0 is #3AAE4F. Grayscale: #7E7E7E. Windows color (decimal): -3845712 or 11555269. OLE color: 11555269.
HSL color Cylindrical-coordinate representation of color #C551B0: hue angle of 310.86º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C551B0 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 176 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.23 |
| HSL | 310.86º | 0.5% | 0.55% | - |
| HSV(B) | 310.86º | 0.59% | 0.77% | - |
| XYZ | 33.8 | 20.89 | 43.32 | - |
| YUV | 126.51 | 155.93 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 176 | 0 | 0.59 | 0.11 | 0.23 | 310.86 | 0.5 | 0.55 |
| Hex | C5 | 51 | B0 | 0 | 3B | B | 17 | 137 | 32 | 37 |
| Octal | 305 | 121 | 260 | 0 | 73 | 13 | 27 | 467 | 62 | 67 |
| Binary | 11000101 | 1010001 | 10110000 | 0 | 111011 | 1011 | 10111 | 100110111 | 110010 | 110111 |
Color Harmonies of #C551B0
Complementary color
Monochromatic Colors of #C551B0
Black with #C551B0
Text Example
Text Example
White with #C551B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C551B0; }
p { color: rgb(197,81,176); }
H1.HeaderClassName
{
color: #C551B0;
}
.AnyTagClassName
{
color: #C551B0;
}
</style>
background-color css
<style>
a { background-color: #C551B0; }
a { background-color: rgb(197,81,176); }
div.DivClassName
{
background-color: #C551B0;
}
.BgClassName
{
background-color: #C551B0;
}
</style>
border-color css
<style>
span { border-color: #C551B0; }
span { border-color: rgb(197,81,176); }
td.TdClassName
{
border-color: #C551B0;
}
.TagClassName
{
border-color: #C551B0;
}
</style>