Shades of Fuchsia #C544AF
Tints of Fuchsia #C544AF
RGB
CMYK
RGB Variations
Color information
#C544AF (or 0xC544AF) is known color: Fuchsia. HEX triplet: C5, 44 and AF. RGB value is (197,68,175). Sum of RGB (Red+Green+Blue) = 197+68+175=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C544AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C544AF is #3ABB50. Grayscale: #767676. Windows color (decimal): -3849041 or 11486405. OLE color: 11486405.
HSL color Cylindrical-coordinate representation of color #C544AF: hue angle of 310.23º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C544AF is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 175 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.23 |
| HSL | 310.23º | 0.53% | 0.52% | - |
| HSV(B) | 310.23º | 0.65% | 0.77% | - |
| XYZ | 32.83 | 19.1 | 42.51 | - |
| YUV | 118.77 | 159.74 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 175 | 0 | 0.65 | 0.11 | 0.23 | 310.23 | 0.53 | 0.52 |
| Hex | C5 | 44 | AF | 0 | 41 | B | 17 | 136 | 35 | 34 |
| Octal | 305 | 104 | 257 | 0 | 101 | 13 | 27 | 466 | 65 | 64 |
| Binary | 11000101 | 1000100 | 10101111 | 0 | 1000001 | 1011 | 10111 | 100110110 | 110101 | 110100 |
Color Harmonies of #C544AF
Complementary color
Monochromatic Colors of #C544AF
Black with #C544AF
Text Example
Text Example
White with #C544AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C544AF; }
p { color: rgb(197,68,175); }
H1.HeaderClassName
{
color: #C544AF;
}
.AnyTagClassName
{
color: #C544AF;
}
</style>
background-color css
<style>
a { background-color: #C544AF; }
a { background-color: rgb(197,68,175); }
div.DivClassName
{
background-color: #C544AF;
}
.BgClassName
{
background-color: #C544AF;
}
</style>
border-color css
<style>
span { border-color: #C544AF; }
span { border-color: rgb(197,68,175); }
td.TdClassName
{
border-color: #C544AF;
}
.TagClassName
{
border-color: #C544AF;
}
</style>