Shades of Fuchsia #C551BD
Tints of Fuchsia #C551BD
RGB
CMYK
RGB Variations
Color information
#C551BD (or 0xC551BD) is known color: Fuchsia. HEX triplet: C5, 51 and BD. RGB value is (197,81,189). Sum of RGB (Red+Green+Blue) = 197+81+189=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C551BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C551BD is #3AAE42. Grayscale: #7F7F7F. Windows color (decimal): -3845699 or 12407237. OLE color: 12407237.
HSL color Cylindrical-coordinate representation of color #C551BD: hue angle of 304.14º 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 #C551BD is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 189 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.23 |
| HSL | 304.14º | 0.5% | 0.55% | - |
| HSV(B) | 304.14º | 0.59% | 0.77% | - |
| XYZ | 35.15 | 21.43 | 50.43 | - |
| YUV | 128 | 162.43 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 189 | 0 | 0.59 | 0.04 | 0.23 | 304.14 | 0.5 | 0.55 |
| Hex | C5 | 51 | BD | 0 | 3B | 4 | 17 | 130 | 32 | 37 |
| Octal | 305 | 121 | 275 | 0 | 73 | 4 | 27 | 460 | 62 | 67 |
| Binary | 11000101 | 1010001 | 10111101 | 0 | 111011 | 100 | 10111 | 100110000 | 110010 | 110111 |
Color Harmonies of #C551BD
Complementary color
Monochromatic Colors of #C551BD
Black with #C551BD
Text Example
Text Example
White with #C551BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C551BD; }
p { color: rgb(197,81,189); }
H1.HeaderClassName
{
color: #C551BD;
}
.AnyTagClassName
{
color: #C551BD;
}
</style>
background-color css
<style>
a { background-color: #C551BD; }
a { background-color: rgb(197,81,189); }
div.DivClassName
{
background-color: #C551BD;
}
.BgClassName
{
background-color: #C551BD;
}
</style>
border-color css
<style>
span { border-color: #C551BD; }
span { border-color: rgb(197,81,189); }
td.TdClassName
{
border-color: #C551BD;
}
.TagClassName
{
border-color: #C551BD;
}
</style>