Shades of Fuchsia #C540AE
Tints of Fuchsia #C540AE
RGB
CMYK
RGB Variations
Color information
#C540AE (or 0xC540AE) is known color: Fuchsia. HEX triplet: C5, 40 and AE. RGB value is (197,64,174). Sum of RGB (Red+Green+Blue) = 197+64+174=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C540AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C540AE is #3ABF51. Grayscale: #737373. Windows color (decimal): -3850066 or 11419845. OLE color: 11419845.
HSL color Cylindrical-coordinate representation of color #C540AE: hue angle of 310.38º 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 #C540AE is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 174 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.23 |
| HSL | 310.38º | 0.53% | 0.51% | - |
| HSV(B) | 310.38º | 0.68% | 0.77% | - |
| XYZ | 32.5 | 18.59 | 41.92 | - |
| YUV | 116.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 174 | 0 | 0.68 | 0.12 | 0.23 | 310.38 | 0.53 | 0.51 |
| Hex | C5 | 40 | AE | 0 | 44 | C | 17 | 136 | 35 | 33 |
| Octal | 305 | 100 | 256 | 0 | 104 | 14 | 27 | 466 | 65 | 63 |
| Binary | 11000101 | 1000000 | 10101110 | 0 | 1000100 | 1100 | 10111 | 100110110 | 110101 | 110011 |
Color Harmonies of #C540AE
Complementary color
Monochromatic Colors of #C540AE
Black with #C540AE
Text Example
Text Example
White with #C540AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C540AE; }
p { color: rgb(197,64,174); }
H1.HeaderClassName
{
color: #C540AE;
}
.AnyTagClassName
{
color: #C540AE;
}
</style>
background-color css
<style>
a { background-color: #C540AE; }
a { background-color: rgb(197,64,174); }
div.DivClassName
{
background-color: #C540AE;
}
.BgClassName
{
background-color: #C540AE;
}
</style>
border-color css
<style>
span { border-color: #C540AE; }
span { border-color: rgb(197,64,174); }
td.TdClassName
{
border-color: #C540AE;
}
.TagClassName
{
border-color: #C540AE;
}
</style>