Shades of Fuchsia #C54AA9
Tints of Fuchsia #C54AA9
RGB
CMYK
RGB Variations
Color information
#C54AA9 (or 0xC54AA9) is known color: Fuchsia. HEX triplet: C5, 4A and A9. RGB value is (197,74,169). Sum of RGB (Red+Green+Blue) = 197+74+169=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C54AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54AA9 is #3AB556. Grayscale: #797979. Windows color (decimal): -3847511 or 11094725. OLE color: 11094725.
HSL color Cylindrical-coordinate representation of color #C54AA9: hue angle of 313.66º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C54AA9 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 169 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.23 |
| HSL | 313.66º | 0.51% | 0.53% | - |
| HSV(B) | 313.66º | 0.62% | 0.77% | - |
| XYZ | 32.64 | 19.63 | 39.61 | - |
| YUV | 121.61 | 154.75 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 169 | 0 | 0.62 | 0.14 | 0.23 | 313.66 | 0.51 | 0.53 |
| Hex | C5 | 4A | A9 | 0 | 3E | E | 17 | 13A | 33 | 35 |
| Octal | 305 | 112 | 251 | 0 | 76 | 16 | 27 | 472 | 63 | 65 |
| Binary | 11000101 | 1001010 | 10101001 | 0 | 111110 | 1110 | 10111 | 100111010 | 110011 | 110101 |
Color Harmonies of #C54AA9
Complementary color
Monochromatic Colors of #C54AA9
Black with #C54AA9
Text Example
Text Example
White with #C54AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54AA9; }
p { color: rgb(197,74,169); }
H1.HeaderClassName
{
color: #C54AA9;
}
.AnyTagClassName
{
color: #C54AA9;
}
</style>
background-color css
<style>
a { background-color: #C54AA9; }
a { background-color: rgb(197,74,169); }
div.DivClassName
{
background-color: #C54AA9;
}
.BgClassName
{
background-color: #C54AA9;
}
</style>
border-color css
<style>
span { border-color: #C54AA9; }
span { border-color: rgb(197,74,169); }
td.TdClassName
{
border-color: #C54AA9;
}
.TagClassName
{
border-color: #C54AA9;
}
</style>