Shades of Fuchsia #C55CAC
Tints of Fuchsia #C55CAC
RGB
CMYK
RGB Variations
Color information
#C55CAC (or 0xC55CAC) is known color: Fuchsia. HEX triplet: C5, 5C and AC. RGB value is (197,92,172). Sum of RGB (Red+Green+Blue) = 197+92+172=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C55CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55CAC is #3AA353. Grayscale: #848484. Windows color (decimal): -3842900 or 11295941. OLE color: 11295941.
HSL color Cylindrical-coordinate representation of color #C55CAC: hue angle of 314.29º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55CAC is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 172 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.23 |
| HSL | 314.29º | 0.48% | 0.57% | - |
| HSV(B) | 314.29º | 0.53% | 0.77% | - |
| XYZ | 34.3 | 22.5 | 41.57 | - |
| YUV | 132.52 | 150.29 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 172 | 0 | 0.53 | 0.13 | 0.23 | 314.29 | 0.48 | 0.57 |
| Hex | C5 | 5C | AC | 0 | 35 | D | 17 | 13A | 30 | 39 |
| Octal | 305 | 134 | 254 | 0 | 65 | 15 | 27 | 472 | 60 | 71 |
| Binary | 11000101 | 1011100 | 10101100 | 0 | 110101 | 1101 | 10111 | 100111010 | 110000 | 111001 |
Color Harmonies of #C55CAC
Complementary color
Monochromatic Colors of #C55CAC
Black with #C55CAC
Text Example
Text Example
White with #C55CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55CAC; }
p { color: rgb(197,92,172); }
H1.HeaderClassName
{
color: #C55CAC;
}
.AnyTagClassName
{
color: #C55CAC;
}
</style>
background-color css
<style>
a { background-color: #C55CAC; }
a { background-color: rgb(197,92,172); }
div.DivClassName
{
background-color: #C55CAC;
}
.BgClassName
{
background-color: #C55CAC;
}
</style>
border-color css
<style>
span { border-color: #C55CAC; }
span { border-color: rgb(197,92,172); }
td.TdClassName
{
border-color: #C55CAC;
}
.TagClassName
{
border-color: #C55CAC;
}
</style>