Shades of Fuchsia #C550AC
Tints of Fuchsia #C550AC
RGB
CMYK
RGB Variations
Color information
#C550AC (or 0xC550AC) is known color: Fuchsia. HEX triplet: C5, 50 and AC. RGB value is (197,80,172). Sum of RGB (Red+Green+Blue) = 197+80+172=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C550AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C550AC is #3AAF53. Grayscale: #7D7D7D. Windows color (decimal): -3845972 or 11292869. OLE color: 11292869.
HSL color Cylindrical-coordinate representation of color #C550AC: hue angle of 312.82º 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 #C550AC is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 172 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.23 |
| HSL | 312.82º | 0.5% | 0.54% | - |
| HSV(B) | 312.82º | 0.59% | 0.77% | - |
| XYZ | 33.34 | 20.59 | 41.25 | - |
| YUV | 125.47 | 154.26 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 172 | 0 | 0.59 | 0.13 | 0.23 | 312.82 | 0.5 | 0.54 |
| Hex | C5 | 50 | AC | 0 | 3B | D | 17 | 139 | 32 | 36 |
| Octal | 305 | 120 | 254 | 0 | 73 | 15 | 27 | 471 | 62 | 66 |
| Binary | 11000101 | 1010000 | 10101100 | 0 | 111011 | 1101 | 10111 | 100111001 | 110010 | 110110 |
Color Harmonies of #C550AC
Complementary color
Monochromatic Colors of #C550AC
Black with #C550AC
Text Example
Text Example
White with #C550AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C550AC; }
p { color: rgb(197,80,172); }
H1.HeaderClassName
{
color: #C550AC;
}
.AnyTagClassName
{
color: #C550AC;
}
</style>
background-color css
<style>
a { background-color: #C550AC; }
a { background-color: rgb(197,80,172); }
div.DivClassName
{
background-color: #C550AC;
}
.BgClassName
{
background-color: #C550AC;
}
</style>
border-color css
<style>
span { border-color: #C550AC; }
span { border-color: rgb(197,80,172); }
td.TdClassName
{
border-color: #C550AC;
}
.TagClassName
{
border-color: #C550AC;
}
</style>