Shades of Fuchsia #C541AE
Tints of Fuchsia #C541AE
RGB
CMYK
RGB Variations
Color information
#C541AE (or 0xC541AE) is known color: Fuchsia. HEX triplet: C5, 41 and AE. RGB value is (197,65,174). Sum of RGB (Red+Green+Blue) = 197+65+174=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C541AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C541AE is #3ABE51. Grayscale: #747474. Windows color (decimal): -3849810 or 11420101. OLE color: 11420101.
HSL color Cylindrical-coordinate representation of color #C541AE: hue angle of 310.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C541AE is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 174 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.23 |
| HSL | 310.45º | 0.53% | 0.51% | - |
| HSV(B) | 310.45º | 0.67% | 0.77% | - |
| XYZ | 32.56 | 18.71 | 41.94 | - |
| YUV | 116.89 | 160.23 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 174 | 0 | 0.67 | 0.12 | 0.23 | 310.45 | 0.53 | 0.51 |
| Hex | C5 | 41 | AE | 0 | 43 | C | 17 | 136 | 35 | 33 |
| Octal | 305 | 101 | 256 | 0 | 103 | 14 | 27 | 466 | 65 | 63 |
| Binary | 11000101 | 1000001 | 10101110 | 0 | 1000011 | 1100 | 10111 | 100110110 | 110101 | 110011 |
Color Harmonies of #C541AE
Complementary color
Monochromatic Colors of #C541AE
Black with #C541AE
Text Example
Text Example
White with #C541AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C541AE; }
p { color: rgb(197,65,174); }
H1.HeaderClassName
{
color: #C541AE;
}
.AnyTagClassName
{
color: #C541AE;
}
</style>
background-color css
<style>
a { background-color: #C541AE; }
a { background-color: rgb(197,65,174); }
div.DivClassName
{
background-color: #C541AE;
}
.BgClassName
{
background-color: #C541AE;
}
</style>
border-color css
<style>
span { border-color: #C541AE; }
span { border-color: rgb(197,65,174); }
td.TdClassName
{
border-color: #C541AE;
}
.TagClassName
{
border-color: #C541AE;
}
</style>