Shades of Fuchsia #C551BB
Tints of Fuchsia #C551BB
RGB
CMYK
RGB Variations
Color information
#C551BB (or 0xC551BB) is known color: Fuchsia. HEX triplet: C5, 51 and BB. RGB value is (197,81,187). Sum of RGB (Red+Green+Blue) = 197+81+187=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C551BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C551BB is #3AAE44. Grayscale: #7F7F7F. Windows color (decimal): -3845701 or 12276165. OLE color: 12276165.
HSL color Cylindrical-coordinate representation of color #C551BB: hue angle of 305.17º 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 #C551BB is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 187 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.23 |
| HSL | 305.17º | 0.5% | 0.55% | - |
| HSV(B) | 305.17º | 0.59% | 0.77% | - |
| XYZ | 34.94 | 21.34 | 49.29 | - |
| YUV | 127.77 | 161.43 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 187 | 0 | 0.59 | 0.05 | 0.23 | 305.17 | 0.5 | 0.55 |
| Hex | C5 | 51 | BB | 0 | 3B | 5 | 17 | 131 | 32 | 37 |
| Octal | 305 | 121 | 273 | 0 | 73 | 5 | 27 | 461 | 62 | 67 |
| Binary | 11000101 | 1010001 | 10111011 | 0 | 111011 | 101 | 10111 | 100110001 | 110010 | 110111 |
Color Harmonies of #C551BB
Complementary color
Monochromatic Colors of #C551BB
Black with #C551BB
Text Example
Text Example
White with #C551BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C551BB; }
p { color: rgb(197,81,187); }
H1.HeaderClassName
{
color: #C551BB;
}
.AnyTagClassName
{
color: #C551BB;
}
</style>
background-color css
<style>
a { background-color: #C551BB; }
a { background-color: rgb(197,81,187); }
div.DivClassName
{
background-color: #C551BB;
}
.BgClassName
{
background-color: #C551BB;
}
</style>
border-color css
<style>
span { border-color: #C551BB; }
span { border-color: rgb(197,81,187); }
td.TdClassName
{
border-color: #C551BB;
}
.TagClassName
{
border-color: #C551BB;
}
</style>