Shades of Fuchsia #C541A9
Tints of Fuchsia #C541A9
RGB
CMYK
RGB Variations
Color information
#C541A9 (or 0xC541A9) is known color: Fuchsia. HEX triplet: C5, 41 and A9. RGB value is (197,65,169). Sum of RGB (Red+Green+Blue) = 197+65+169=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 169 (66.41% from 255 or 39.21% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C541A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C541A9 is #3ABE56. Grayscale: #747474. Windows color (decimal): -3849815 or 11092421. OLE color: 11092421.
HSL color Cylindrical-coordinate representation of color #C541A9: hue angle of 312.73º 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 #C541A9 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 169 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.23 |
| HSL | 312.73º | 0.53% | 0.51% | - |
| HSV(B) | 312.73º | 0.67% | 0.77% | - |
| XYZ | 32.08 | 18.52 | 39.42 | - |
| YUV | 116.32 | 157.73 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 169 | 0 | 0.67 | 0.14 | 0.23 | 312.73 | 0.53 | 0.51 |
| Hex | C5 | 41 | A9 | 0 | 43 | E | 17 | 139 | 35 | 33 |
| Octal | 305 | 101 | 251 | 0 | 103 | 16 | 27 | 471 | 65 | 63 |
| Binary | 11000101 | 1000001 | 10101001 | 0 | 1000011 | 1110 | 10111 | 100111001 | 110101 | 110011 |
Color Harmonies of #C541A9
Complementary color
Monochromatic Colors of #C541A9
Black with #C541A9
Text Example
Text Example
White with #C541A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C541A9; }
p { color: rgb(197,65,169); }
H1.HeaderClassName
{
color: #C541A9;
}
.AnyTagClassName
{
color: #C541A9;
}
</style>
background-color css
<style>
a { background-color: #C541A9; }
a { background-color: rgb(197,65,169); }
div.DivClassName
{
background-color: #C541A9;
}
.BgClassName
{
background-color: #C541A9;
}
</style>
border-color css
<style>
span { border-color: #C541A9; }
span { border-color: rgb(197,65,169); }
td.TdClassName
{
border-color: #C541A9;
}
.TagClassName
{
border-color: #C541A9;
}
</style>