Shades of Fuchsia #C540AB
Tints of Fuchsia #C540AB
RGB
CMYK
RGB Variations
Color information
#C540AB (or 0xC540AB) is known color: Fuchsia. HEX triplet: C5, 40 and AB. RGB value is (197,64,171). Sum of RGB (Red+Green+Blue) = 197+64+171=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C540AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C540AB is #3ABF54. Grayscale: #737373. Windows color (decimal): -3850069 or 11223237. OLE color: 11223237.
HSL color Cylindrical-coordinate representation of color #C540AB: hue angle of 311.73º 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 #C540AB is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 171 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.23 |
| HSL | 311.73º | 0.53% | 0.51% | - |
| HSV(B) | 311.73º | 0.68% | 0.77% | - |
| XYZ | 32.21 | 18.48 | 40.4 | - |
| YUV | 115.97 | 159.06 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 171 | 0 | 0.68 | 0.13 | 0.23 | 311.73 | 0.53 | 0.51 |
| Hex | C5 | 40 | AB | 0 | 44 | D | 17 | 138 | 35 | 33 |
| Octal | 305 | 100 | 253 | 0 | 104 | 15 | 27 | 470 | 65 | 63 |
| Binary | 11000101 | 1000000 | 10101011 | 0 | 1000100 | 1101 | 10111 | 100111000 | 110101 | 110011 |
Color Harmonies of #C540AB
Complementary color
Monochromatic Colors of #C540AB
Black with #C540AB
Text Example
Text Example
White with #C540AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C540AB; }
p { color: rgb(197,64,171); }
H1.HeaderClassName
{
color: #C540AB;
}
.AnyTagClassName
{
color: #C540AB;
}
</style>
background-color css
<style>
a { background-color: #C540AB; }
a { background-color: rgb(197,64,171); }
div.DivClassName
{
background-color: #C540AB;
}
.BgClassName
{
background-color: #C540AB;
}
</style>
border-color css
<style>
span { border-color: #C540AB; }
span { border-color: rgb(197,64,171); }
td.TdClassName
{
border-color: #C540AB;
}
.TagClassName
{
border-color: #C540AB;
}
</style>