Shades of Fuchsia #C54DAA
Tints of Fuchsia #C54DAA
RGB
CMYK
RGB Variations
Color information
#C54DAA (or 0xC54DAA) is known color: Fuchsia. HEX triplet: C5, 4D and AA. RGB value is (197,77,170). Sum of RGB (Red+Green+Blue) = 197+77+170=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C54DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54DAA is #3AB255. Grayscale: #7B7B7B. Windows color (decimal): -3846742 or 11161029. OLE color: 11161029.
HSL color Cylindrical-coordinate representation of color #C54DAA: hue angle of 313.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C54DAA is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 77 | 170 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.23 |
| HSL | 313.5º | 0.51% | 0.54% | - |
| HSV(B) | 313.5º | 0.61% | 0.77% | - |
| XYZ | 32.94 | 20.08 | 40.17 | - |
| YUV | 123.48 | 154.26 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 170 | 0 | 0.61 | 0.14 | 0.23 | 313.5 | 0.51 | 0.54 |
| Hex | C5 | 4D | AA | 0 | 3D | E | 17 | 13A | 33 | 36 |
| Octal | 305 | 115 | 252 | 0 | 75 | 16 | 27 | 472 | 63 | 66 |
| Binary | 11000101 | 1001101 | 10101010 | 0 | 111101 | 1110 | 10111 | 100111010 | 110011 | 110110 |
Color Harmonies of #C54DAA
Complementary color
Monochromatic Colors of #C54DAA
Black with #C54DAA
Text Example
Text Example
White with #C54DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54DAA; }
p { color: rgb(197,77,170); }
H1.HeaderClassName
{
color: #C54DAA;
}
.AnyTagClassName
{
color: #C54DAA;
}
</style>
background-color css
<style>
a { background-color: #C54DAA; }
a { background-color: rgb(197,77,170); }
div.DivClassName
{
background-color: #C54DAA;
}
.BgClassName
{
background-color: #C54DAA;
}
</style>
border-color css
<style>
span { border-color: #C54DAA; }
span { border-color: rgb(197,77,170); }
td.TdClassName
{
border-color: #C54DAA;
}
.TagClassName
{
border-color: #C54DAA;
}
</style>