Shades of Fuchsia #C540AF
Tints of Fuchsia #C540AF
RGB
CMYK
RGB Variations
Color information
#C540AF (or 0xC540AF) is known color: Fuchsia. HEX triplet: C5, 40 and AF. RGB value is (197,64,175). Sum of RGB (Red+Green+Blue) = 197+64+175=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C540AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C540AF is #3ABF50. Grayscale: #747474. Windows color (decimal): -3850065 or 11485381. OLE color: 11485381.
HSL color Cylindrical-coordinate representation of color #C540AF: hue angle of 309.92º 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 #C540AF is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 175 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.23 |
| HSL | 309.92º | 0.53% | 0.51% | - |
| HSV(B) | 309.92º | 0.68% | 0.77% | - |
| XYZ | 32.6 | 18.63 | 42.44 | - |
| YUV | 116.42 | 161.06 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 175 | 0 | 0.68 | 0.11 | 0.23 | 309.92 | 0.53 | 0.51 |
| Hex | C5 | 40 | AF | 0 | 44 | B | 17 | 136 | 35 | 33 |
| Octal | 305 | 100 | 257 | 0 | 104 | 13 | 27 | 466 | 65 | 63 |
| Binary | 11000101 | 1000000 | 10101111 | 0 | 1000100 | 1011 | 10111 | 100110110 | 110101 | 110011 |
Color Harmonies of #C540AF
Complementary color
Monochromatic Colors of #C540AF
Black with #C540AF
Text Example
Text Example
White with #C540AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C540AF; }
p { color: rgb(197,64,175); }
H1.HeaderClassName
{
color: #C540AF;
}
.AnyTagClassName
{
color: #C540AF;
}
</style>
background-color css
<style>
a { background-color: #C540AF; }
a { background-color: rgb(197,64,175); }
div.DivClassName
{
background-color: #C540AF;
}
.BgClassName
{
background-color: #C540AF;
}
</style>
border-color css
<style>
span { border-color: #C540AF; }
span { border-color: rgb(197,64,175); }
td.TdClassName
{
border-color: #C540AF;
}
.TagClassName
{
border-color: #C540AF;
}
</style>