Shades of Fuchsia #C550AB
Tints of Fuchsia #C550AB
RGB
CMYK
RGB Variations
Color information
#C550AB (or 0xC550AB) is known color: Fuchsia. HEX triplet: C5, 50 and AB. RGB value is (197,80,171). Sum of RGB (Red+Green+Blue) = 197+80+171=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C550AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C550AB is #3AAF54. Grayscale: #7D7D7D. Windows color (decimal): -3845973 or 11227333. OLE color: 11227333.
HSL color Cylindrical-coordinate representation of color #C550AB: hue angle of 313.33º 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 #C550AB is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 171 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.23 |
| HSL | 313.33º | 0.5% | 0.54% | - |
| HSV(B) | 313.33º | 0.59% | 0.77% | - |
| XYZ | 33.25 | 20.55 | 40.74 | - |
| YUV | 125.36 | 153.76 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 171 | 0 | 0.59 | 0.13 | 0.23 | 313.33 | 0.5 | 0.54 |
| Hex | C5 | 50 | AB | 0 | 3B | D | 17 | 139 | 32 | 36 |
| Octal | 305 | 120 | 253 | 0 | 73 | 15 | 27 | 471 | 62 | 66 |
| Binary | 11000101 | 1010000 | 10101011 | 0 | 111011 | 1101 | 10111 | 100111001 | 110010 | 110110 |
Color Harmonies of #C550AB
Complementary color
Monochromatic Colors of #C550AB
Black with #C550AB
Text Example
Text Example
White with #C550AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C550AB; }
p { color: rgb(197,80,171); }
H1.HeaderClassName
{
color: #C550AB;
}
.AnyTagClassName
{
color: #C550AB;
}
</style>
background-color css
<style>
a { background-color: #C550AB; }
a { background-color: rgb(197,80,171); }
div.DivClassName
{
background-color: #C550AB;
}
.BgClassName
{
background-color: #C550AB;
}
</style>
border-color css
<style>
span { border-color: #C550AB; }
span { border-color: rgb(197,80,171); }
td.TdClassName
{
border-color: #C550AB;
}
.TagClassName
{
border-color: #C550AB;
}
</style>