Shades of Fuchsia #C551BC
Tints of Fuchsia #C551BC
RGB
CMYK
RGB Variations
Color information
#C551BC (or 0xC551BC) is known color: Fuchsia. HEX triplet: C5, 51 and BC. RGB value is (197,81,188). Sum of RGB (Red+Green+Blue) = 197+81+188=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C551BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C551BC is #3AAE43. Grayscale: #7F7F7F. Windows color (decimal): -3845700 or 12341701. OLE color: 12341701.
HSL color Cylindrical-coordinate representation of color #C551BC: hue angle of 304.66º 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 #C551BC is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 188 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.23 |
| HSL | 304.66º | 0.5% | 0.55% | - |
| HSV(B) | 304.66º | 0.59% | 0.77% | - |
| XYZ | 35.05 | 21.39 | 49.86 | - |
| YUV | 127.88 | 161.93 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 188 | 0 | 0.59 | 0.05 | 0.23 | 304.66 | 0.5 | 0.55 |
| Hex | C5 | 51 | BC | 0 | 3B | 5 | 17 | 131 | 32 | 37 |
| Octal | 305 | 121 | 274 | 0 | 73 | 5 | 27 | 461 | 62 | 67 |
| Binary | 11000101 | 1010001 | 10111100 | 0 | 111011 | 101 | 10111 | 100110001 | 110010 | 110111 |
Color Harmonies of #C551BC
Complementary color
Monochromatic Colors of #C551BC
Black with #C551BC
Text Example
Text Example
White with #C551BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C551BC; }
p { color: rgb(197,81,188); }
H1.HeaderClassName
{
color: #C551BC;
}
.AnyTagClassName
{
color: #C551BC;
}
</style>
background-color css
<style>
a { background-color: #C551BC; }
a { background-color: rgb(197,81,188); }
div.DivClassName
{
background-color: #C551BC;
}
.BgClassName
{
background-color: #C551BC;
}
</style>
border-color css
<style>
span { border-color: #C551BC; }
span { border-color: rgb(197,81,188); }
td.TdClassName
{
border-color: #C551BC;
}
.TagClassName
{
border-color: #C551BC;
}
</style>