Shades of Fuchsia #C55CAF
Tints of Fuchsia #C55CAF
RGB
CMYK
RGB Variations
Color information
#C55CAF (or 0xC55CAF) is known color: Fuchsia. HEX triplet: C5, 5C and AF. RGB value is (197,92,175). Sum of RGB (Red+Green+Blue) = 197+92+175=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C55CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55CAF is #3AA350. Grayscale: #848484. Windows color (decimal): -3842897 or 11492549. OLE color: 11492549.
HSL color Cylindrical-coordinate representation of color #C55CAF: hue angle of 312.57º 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 #C55CAF is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 175 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.23 |
| HSL | 312.57º | 0.48% | 0.57% | - |
| HSV(B) | 312.57º | 0.53% | 0.77% | - |
| XYZ | 34.59 | 22.62 | 43.1 | - |
| YUV | 132.86 | 151.79 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 175 | 0 | 0.53 | 0.11 | 0.23 | 312.57 | 0.48 | 0.57 |
| Hex | C5 | 5C | AF | 0 | 35 | B | 17 | 139 | 30 | 39 |
| Octal | 305 | 134 | 257 | 0 | 65 | 13 | 27 | 471 | 60 | 71 |
| Binary | 11000101 | 1011100 | 10101111 | 0 | 110101 | 1011 | 10111 | 100111001 | 110000 | 111001 |
Color Harmonies of #C55CAF
Complementary color
Monochromatic Colors of #C55CAF
Black with #C55CAF
Text Example
Text Example
White with #C55CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55CAF; }
p { color: rgb(197,92,175); }
H1.HeaderClassName
{
color: #C55CAF;
}
.AnyTagClassName
{
color: #C55CAF;
}
</style>
background-color css
<style>
a { background-color: #C55CAF; }
a { background-color: rgb(197,92,175); }
div.DivClassName
{
background-color: #C55CAF;
}
.BgClassName
{
background-color: #C55CAF;
}
</style>
border-color css
<style>
span { border-color: #C55CAF; }
span { border-color: rgb(197,92,175); }
td.TdClassName
{
border-color: #C55CAF;
}
.TagClassName
{
border-color: #C55CAF;
}
</style>