Shades of Fuchsia #C55BA9
Tints of Fuchsia #C55BA9
RGB
CMYK
RGB Variations
Color information
#C55BA9 (or 0xC55BA9) is known color: Fuchsia. HEX triplet: C5, 5B and A9. RGB value is (197,91,169). Sum of RGB (Red+Green+Blue) = 197+91+169=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C55BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55BA9 is #3AA456. Grayscale: #838383. Windows color (decimal): -3843159 or 11099077. OLE color: 11099077.
HSL color Cylindrical-coordinate representation of color #C55BA9: hue angle of 315.85º 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 #C55BA9 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 169 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.23 |
| HSL | 315.85º | 0.48% | 0.56% | - |
| HSV(B) | 315.85º | 0.54% | 0.77% | - |
| XYZ | 33.93 | 22.22 | 40.04 | - |
| YUV | 131.59 | 149.12 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 169 | 0 | 0.54 | 0.14 | 0.23 | 315.85 | 0.48 | 0.56 |
| Hex | C5 | 5B | A9 | 0 | 36 | E | 17 | 13C | 30 | 38 |
| Octal | 305 | 133 | 251 | 0 | 66 | 16 | 27 | 474 | 60 | 70 |
| Binary | 11000101 | 1011011 | 10101001 | 0 | 110110 | 1110 | 10111 | 100111100 | 110000 | 111000 |
Color Harmonies of #C55BA9
Complementary color
Monochromatic Colors of #C55BA9
Black with #C55BA9
Text Example
Text Example
White with #C55BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55BA9; }
p { color: rgb(197,91,169); }
H1.HeaderClassName
{
color: #C55BA9;
}
.AnyTagClassName
{
color: #C55BA9;
}
</style>
background-color css
<style>
a { background-color: #C55BA9; }
a { background-color: rgb(197,91,169); }
div.DivClassName
{
background-color: #C55BA9;
}
.BgClassName
{
background-color: #C55BA9;
}
</style>
border-color css
<style>
span { border-color: #C55BA9; }
span { border-color: rgb(197,91,169); }
td.TdClassName
{
border-color: #C55BA9;
}
.TagClassName
{
border-color: #C55BA9;
}
</style>