Shades of Fuchsia #C55CAA
Tints of Fuchsia #C55CAA
RGB
CMYK
RGB Variations
Color information
#C55CAA (or 0xC55CAA) is known color: Fuchsia. HEX triplet: C5, 5C and AA. RGB value is (197,92,170). Sum of RGB (Red+Green+Blue) = 197+92+170=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C55CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55CAA is #3AA355. Grayscale: #848484. Windows color (decimal): -3842902 or 11164869. OLE color: 11164869.
HSL color Cylindrical-coordinate representation of color #C55CAA: hue angle of 315.43º 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 #C55CAA is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 170 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.23 |
| HSL | 315.43º | 0.48% | 0.57% | - |
| HSV(B) | 315.43º | 0.53% | 0.77% | - |
| XYZ | 34.11 | 22.43 | 40.56 | - |
| YUV | 132.29 | 149.29 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 170 | 0 | 0.53 | 0.14 | 0.23 | 315.43 | 0.48 | 0.57 |
| Hex | C5 | 5C | AA | 0 | 35 | E | 17 | 13B | 30 | 39 |
| Octal | 305 | 134 | 252 | 0 | 65 | 16 | 27 | 473 | 60 | 71 |
| Binary | 11000101 | 1011100 | 10101010 | 0 | 110101 | 1110 | 10111 | 100111011 | 110000 | 111001 |
Color Harmonies of #C55CAA
Complementary color
Monochromatic Colors of #C55CAA
Black with #C55CAA
Text Example
Text Example
White with #C55CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55CAA; }
p { color: rgb(197,92,170); }
H1.HeaderClassName
{
color: #C55CAA;
}
.AnyTagClassName
{
color: #C55CAA;
}
</style>
background-color css
<style>
a { background-color: #C55CAA; }
a { background-color: rgb(197,92,170); }
div.DivClassName
{
background-color: #C55CAA;
}
.BgClassName
{
background-color: #C55CAA;
}
</style>
border-color css
<style>
span { border-color: #C55CAA; }
span { border-color: rgb(197,92,170); }
td.TdClassName
{
border-color: #C55CAA;
}
.TagClassName
{
border-color: #C55CAA;
}
</style>