Shades of Fuchsia #C550BB
Tints of Fuchsia #C550BB
RGB
CMYK
RGB Variations
Color information
#C550BB (or 0xC550BB) is known color: Fuchsia. HEX triplet: C5, 50 and BB. RGB value is (197,80,187). Sum of RGB (Red+Green+Blue) = 197+80+187=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C550BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C550BB is #3AAF44. Grayscale: #7E7E7E. Windows color (decimal): -3845957 or 12275909. OLE color: 12275909.
HSL color Cylindrical-coordinate representation of color #C550BB: hue angle of 305.13º 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 #C550BB is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 187 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.23 |
| HSL | 305.13º | 0.5% | 0.54% | - |
| HSV(B) | 305.13º | 0.59% | 0.77% | - |
| XYZ | 34.86 | 21.2 | 49.27 | - |
| YUV | 127.18 | 161.76 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 187 | 0 | 0.59 | 0.05 | 0.23 | 305.13 | 0.5 | 0.54 |
| Hex | C5 | 50 | BB | 0 | 3B | 5 | 17 | 131 | 32 | 36 |
| Octal | 305 | 120 | 273 | 0 | 73 | 5 | 27 | 461 | 62 | 66 |
| Binary | 11000101 | 1010000 | 10111011 | 0 | 111011 | 101 | 10111 | 100110001 | 110010 | 110110 |
Color Harmonies of #C550BB
Complementary color
Monochromatic Colors of #C550BB
Black with #C550BB
Text Example
Text Example
White with #C550BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C550BB; }
p { color: rgb(197,80,187); }
H1.HeaderClassName
{
color: #C550BB;
}
.AnyTagClassName
{
color: #C550BB;
}
</style>
background-color css
<style>
a { background-color: #C550BB; }
a { background-color: rgb(197,80,187); }
div.DivClassName
{
background-color: #C550BB;
}
.BgClassName
{
background-color: #C550BB;
}
</style>
border-color css
<style>
span { border-color: #C550BB; }
span { border-color: rgb(197,80,187); }
td.TdClassName
{
border-color: #C550BB;
}
.TagClassName
{
border-color: #C550BB;
}
</style>