Shades of Fuchsia #C551B9
Tints of Fuchsia #C551B9
RGB
CMYK
RGB Variations
Color information
#C551B9 (or 0xC551B9) is known color: Fuchsia. HEX triplet: C5, 51 and B9. RGB value is (197,81,185). Sum of RGB (Red+Green+Blue) = 197+81+185=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C551B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C551B9 is #3AAE46. Grayscale: #7F7F7F. Windows color (decimal): -3845703 or 12145093. OLE color: 12145093.
HSL color Cylindrical-coordinate representation of color #C551B9: hue angle of 306.21º 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 #C551B9 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 185 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.23 |
| HSL | 306.21º | 0.5% | 0.55% | - |
| HSV(B) | 306.21º | 0.59% | 0.77% | - |
| XYZ | 34.73 | 21.26 | 48.17 | - |
| YUV | 127.54 | 160.43 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 185 | 0 | 0.59 | 0.06 | 0.23 | 306.21 | 0.5 | 0.55 |
| Hex | C5 | 51 | B9 | 0 | 3B | 6 | 17 | 132 | 32 | 37 |
| Octal | 305 | 121 | 271 | 0 | 73 | 6 | 27 | 462 | 62 | 67 |
| Binary | 11000101 | 1010001 | 10111001 | 0 | 111011 | 110 | 10111 | 100110010 | 110010 | 110111 |
Color Harmonies of #C551B9
Complementary color
Monochromatic Colors of #C551B9
Black with #C551B9
Text Example
Text Example
White with #C551B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C551B9; }
p { color: rgb(197,81,185); }
H1.HeaderClassName
{
color: #C551B9;
}
.AnyTagClassName
{
color: #C551B9;
}
</style>
background-color css
<style>
a { background-color: #C551B9; }
a { background-color: rgb(197,81,185); }
div.DivClassName
{
background-color: #C551B9;
}
.BgClassName
{
background-color: #C551B9;
}
</style>
border-color css
<style>
span { border-color: #C551B9; }
span { border-color: rgb(197,81,185); }
td.TdClassName
{
border-color: #C551B9;
}
.TagClassName
{
border-color: #C551B9;
}
</style>