Shades of Fuchsia #C55BAC
Tints of Fuchsia #C55BAC
RGB
CMYK
RGB Variations
Color information
#C55BAC (or 0xC55BAC) is known color: Fuchsia. HEX triplet: C5, 5B and AC. RGB value is (197,91,172). Sum of RGB (Red+Green+Blue) = 197+91+172=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C55BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55BAC is #3AA453. Grayscale: #838383. Windows color (decimal): -3843156 or 11295685. OLE color: 11295685.
HSL color Cylindrical-coordinate representation of color #C55BAC: hue angle of 314.15º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55BAC is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 172 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.23 |
| HSL | 314.15º | 0.48% | 0.56% | - |
| HSV(B) | 314.15º | 0.54% | 0.77% | - |
| XYZ | 34.21 | 22.33 | 41.54 | - |
| YUV | 131.93 | 150.62 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 172 | 0 | 0.54 | 0.13 | 0.23 | 314.15 | 0.48 | 0.56 |
| Hex | C5 | 5B | AC | 0 | 36 | D | 17 | 13A | 30 | 38 |
| Octal | 305 | 133 | 254 | 0 | 66 | 15 | 27 | 472 | 60 | 70 |
| Binary | 11000101 | 1011011 | 10101100 | 0 | 110110 | 1101 | 10111 | 100111010 | 110000 | 111000 |
Color Harmonies of #C55BAC
Complementary color
Monochromatic Colors of #C55BAC
Black with #C55BAC
Text Example
Text Example
White with #C55BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55BAC; }
p { color: rgb(197,91,172); }
H1.HeaderClassName
{
color: #C55BAC;
}
.AnyTagClassName
{
color: #C55BAC;
}
</style>
background-color css
<style>
a { background-color: #C55BAC; }
a { background-color: rgb(197,91,172); }
div.DivClassName
{
background-color: #C55BAC;
}
.BgClassName
{
background-color: #C55BAC;
}
</style>
border-color css
<style>
span { border-color: #C55BAC; }
span { border-color: rgb(197,91,172); }
td.TdClassName
{
border-color: #C55BAC;
}
.TagClassName
{
border-color: #C55BAC;
}
</style>