Shades of Fuchsia #C540AC
Tints of Fuchsia #C540AC
RGB
CMYK
RGB Variations
Color information
#C540AC (or 0xC540AC) is known color: Fuchsia. HEX triplet: C5, 40 and AC. RGB value is (197,64,172). Sum of RGB (Red+Green+Blue) = 197+64+172=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C540AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C540AC is #3ABF53. Grayscale: #737373. Windows color (decimal): -3850068 or 11288773. OLE color: 11288773.
HSL color Cylindrical-coordinate representation of color #C540AC: hue angle of 311.28º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C540AC is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 172 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.23 |
| HSL | 311.28º | 0.53% | 0.51% | - |
| HSV(B) | 311.28º | 0.68% | 0.77% | - |
| XYZ | 32.31 | 18.52 | 40.9 | - |
| YUV | 116.08 | 159.56 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 172 | 0 | 0.68 | 0.13 | 0.23 | 311.28 | 0.53 | 0.51 |
| Hex | C5 | 40 | AC | 0 | 44 | D | 17 | 137 | 35 | 33 |
| Octal | 305 | 100 | 254 | 0 | 104 | 15 | 27 | 467 | 65 | 63 |
| Binary | 11000101 | 1000000 | 10101100 | 0 | 1000100 | 1101 | 10111 | 100110111 | 110101 | 110011 |
Color Harmonies of #C540AC
Complementary color
Monochromatic Colors of #C540AC
Black with #C540AC
Text Example
Text Example
White with #C540AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C540AC; }
p { color: rgb(197,64,172); }
H1.HeaderClassName
{
color: #C540AC;
}
.AnyTagClassName
{
color: #C540AC;
}
</style>
background-color css
<style>
a { background-color: #C540AC; }
a { background-color: rgb(197,64,172); }
div.DivClassName
{
background-color: #C540AC;
}
.BgClassName
{
background-color: #C540AC;
}
</style>
border-color css
<style>
span { border-color: #C540AC; }
span { border-color: rgb(197,64,172); }
td.TdClassName
{
border-color: #C540AC;
}
.TagClassName
{
border-color: #C540AC;
}
</style>