Shades of Fuchsia #C947AB
Tints of Fuchsia #C947AB
RGB
CMYK
RGB Variations
Color information
#C947AB (or 0xC947AB) is known color: Fuchsia. HEX triplet: C9, 47 and AB. RGB value is (201,71,171). Sum of RGB (Red+Green+Blue) = 201+71+171=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 71 (28.12% from 255 or 16.03% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C947AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C947AB is #36B854. Grayscale: #797979. Windows color (decimal): -3586133 or 11225033. OLE color: 11225033.
HSL color Cylindrical-coordinate representation of color #C947AB: hue angle of 313.85º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C947AB is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 171 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.21 |
| HSL | 313.85º | 0.55% | 0.53% | - |
| HSV(B) | 313.85º | 0.65% | 0.79% | - |
| XYZ | 33.69 | 19.86 | 40.59 | - |
| YUV | 121.27 | 156.07 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 171 | 0 | 0.65 | 0.15 | 0.21 | 313.85 | 0.55 | 0.53 |
| Hex | C9 | 47 | AB | 0 | 41 | F | 15 | 13A | 37 | 35 |
| Octal | 311 | 107 | 253 | 0 | 101 | 17 | 25 | 472 | 67 | 65 |
| Binary | 11001001 | 1000111 | 10101011 | 0 | 1000001 | 1111 | 10101 | 100111010 | 110111 | 110101 |
Color Harmonies of #C947AB
Complementary color
Monochromatic Colors of #C947AB
Black with #C947AB
Text Example
Text Example
White with #C947AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C947AB; }
p { color: rgb(201,71,171); }
H1.HeaderClassName
{
color: #C947AB;
}
.AnyTagClassName
{
color: #C947AB;
}
</style>
background-color css
<style>
a { background-color: #C947AB; }
a { background-color: rgb(201,71,171); }
div.DivClassName
{
background-color: #C947AB;
}
.BgClassName
{
background-color: #C947AB;
}
</style>
border-color css
<style>
span { border-color: #C947AB; }
span { border-color: rgb(201,71,171); }
td.TdClassName
{
border-color: #C947AB;
}
.TagClassName
{
border-color: #C947AB;
}
</style>