Shades of Fuchsia #C550BC
Tints of Fuchsia #C550BC
RGB
CMYK
RGB Variations
Color information
#C550BC (or 0xC550BC) is known color: Fuchsia. HEX triplet: C5, 50 and BC. RGB value is (197,80,188). Sum of RGB (Red+Green+Blue) = 197+80+188=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C550BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C550BC is #3AAF43. Grayscale: #7E7E7E. Windows color (decimal): -3845956 or 12341445. OLE color: 12341445.
HSL color Cylindrical-coordinate representation of color #C550BC: hue angle of 304.62º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C550BC is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 188 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.23 |
| HSL | 304.62º | 0.5% | 0.54% | - |
| HSV(B) | 304.62º | 0.59% | 0.77% | - |
| XYZ | 34.97 | 21.24 | 49.83 | - |
| YUV | 127.3 | 162.26 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 188 | 0 | 0.59 | 0.05 | 0.23 | 304.62 | 0.5 | 0.54 |
| Hex | C5 | 50 | BC | 0 | 3B | 5 | 17 | 131 | 32 | 36 |
| Octal | 305 | 120 | 274 | 0 | 73 | 5 | 27 | 461 | 62 | 66 |
| Binary | 11000101 | 1010000 | 10111100 | 0 | 111011 | 101 | 10111 | 100110001 | 110010 | 110110 |
Color Harmonies of #C550BC
Complementary color
Monochromatic Colors of #C550BC
Black with #C550BC
Text Example
Text Example
White with #C550BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C550BC; }
p { color: rgb(197,80,188); }
H1.HeaderClassName
{
color: #C550BC;
}
.AnyTagClassName
{
color: #C550BC;
}
</style>
background-color css
<style>
a { background-color: #C550BC; }
a { background-color: rgb(197,80,188); }
div.DivClassName
{
background-color: #C550BC;
}
.BgClassName
{
background-color: #C550BC;
}
</style>
border-color css
<style>
span { border-color: #C550BC; }
span { border-color: rgb(197,80,188); }
td.TdClassName
{
border-color: #C550BC;
}
.TagClassName
{
border-color: #C550BC;
}
</style>