Shades of Fuchsia #C545AF
Tints of Fuchsia #C545AF
RGB
CMYK
RGB Variations
Color information
#C545AF (or 0xC545AF) is known color: Fuchsia. HEX triplet: C5, 45 and AF. RGB value is (197,69,175). Sum of RGB (Red+Green+Blue) = 197+69+175=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C545AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C545AF is #3ABA50. Grayscale: #777777. Windows color (decimal): -3848785 or 11486661. OLE color: 11486661.
HSL color Cylindrical-coordinate representation of color #C545AF: hue angle of 310.31º degrees, saturation: 0.52, 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 #C545AF is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 175 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.23 |
| HSL | 310.31º | 0.52% | 0.52% | - |
| HSV(B) | 310.31º | 0.65% | 0.77% | - |
| XYZ | 32.89 | 19.22 | 42.53 | - |
| YUV | 119.36 | 159.41 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 175 | 0 | 0.65 | 0.11 | 0.23 | 310.31 | 0.52 | 0.52 |
| Hex | C5 | 45 | AF | 0 | 41 | B | 17 | 136 | 34 | 34 |
| Octal | 305 | 105 | 257 | 0 | 101 | 13 | 27 | 466 | 64 | 64 |
| Binary | 11000101 | 1000101 | 10101111 | 0 | 1000001 | 1011 | 10111 | 100110110 | 110100 | 110100 |
Color Harmonies of #C545AF
Complementary color
Monochromatic Colors of #C545AF
Black with #C545AF
Text Example
Text Example
White with #C545AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C545AF; }
p { color: rgb(197,69,175); }
H1.HeaderClassName
{
color: #C545AF;
}
.AnyTagClassName
{
color: #C545AF;
}
</style>
background-color css
<style>
a { background-color: #C545AF; }
a { background-color: rgb(197,69,175); }
div.DivClassName
{
background-color: #C545AF;
}
.BgClassName
{
background-color: #C545AF;
}
</style>
border-color css
<style>
span { border-color: #C545AF; }
span { border-color: rgb(197,69,175); }
td.TdClassName
{
border-color: #C545AF;
}
.TagClassName
{
border-color: #C545AF;
}
</style>