Shades of Fuchsia #C550BF
Tints of Fuchsia #C550BF
RGB
CMYK
RGB Variations
Color information
#C550BF (or 0xC550BF) is known color: Fuchsia. HEX triplet: C5, 50 and BF. RGB value is (197,80,191). Sum of RGB (Red+Green+Blue) = 197+80+191=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C550BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C550BF is #3AAF40. Grayscale: #7F7F7F. Windows color (decimal): -3845953 or 12538053. OLE color: 12538053.
HSL color Cylindrical-coordinate representation of color #C550BF: hue angle of 303.08º 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 #C550BF is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 191 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.23 |
| HSL | 303.08º | 0.5% | 0.54% | - |
| HSV(B) | 303.08º | 0.59% | 0.77% | - |
| XYZ | 35.3 | 21.37 | 51.55 | - |
| YUV | 127.64 | 163.76 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 191 | 0 | 0.59 | 0.03 | 0.23 | 303.08 | 0.5 | 0.54 |
| Hex | C5 | 50 | BF | 0 | 3B | 3 | 17 | 12F | 32 | 36 |
| Octal | 305 | 120 | 277 | 0 | 73 | 3 | 27 | 457 | 62 | 66 |
| Binary | 11000101 | 1010000 | 10111111 | 0 | 111011 | 11 | 10111 | 100101111 | 110010 | 110110 |
Color Harmonies of #C550BF
Complementary color
Monochromatic Colors of #C550BF
Black with #C550BF
Text Example
Text Example
White with #C550BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C550BF; }
p { color: rgb(197,80,191); }
H1.HeaderClassName
{
color: #C550BF;
}
.AnyTagClassName
{
color: #C550BF;
}
</style>
background-color css
<style>
a { background-color: #C550BF; }
a { background-color: rgb(197,80,191); }
div.DivClassName
{
background-color: #C550BF;
}
.BgClassName
{
background-color: #C550BF;
}
</style>
border-color css
<style>
span { border-color: #C550BF; }
span { border-color: rgb(197,80,191); }
td.TdClassName
{
border-color: #C550BF;
}
.TagClassName
{
border-color: #C550BF;
}
</style>