Shades of Fuchsia #C947AC
Tints of Fuchsia #C947AC
RGB
CMYK
RGB Variations
Color information
#C947AC (or 0xC947AC) is known color: Fuchsia. HEX triplet: C9, 47 and AC. RGB value is (201,71,172). Sum of RGB (Red+Green+Blue) = 201+71+172=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C947AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C947AC is #36B853. Grayscale: #797979. Windows color (decimal): -3586132 or 11290569. OLE color: 11290569.
HSL color Cylindrical-coordinate representation of color #C947AC: hue angle of 313.38º 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 #C947AC is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 172 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.21 |
| HSL | 313.38º | 0.55% | 0.53% | - |
| HSV(B) | 313.38º | 0.65% | 0.79% | - |
| XYZ | 33.79 | 19.9 | 41.09 | - |
| YUV | 121.38 | 156.57 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 172 | 0 | 0.65 | 0.14 | 0.21 | 313.38 | 0.55 | 0.53 |
| Hex | C9 | 47 | AC | 0 | 41 | E | 15 | 139 | 37 | 35 |
| Octal | 311 | 107 | 254 | 0 | 101 | 16 | 25 | 471 | 67 | 65 |
| Binary | 11001001 | 1000111 | 10101100 | 0 | 1000001 | 1110 | 10101 | 100111001 | 110111 | 110101 |
Color Harmonies of #C947AC
Complementary color
Monochromatic Colors of #C947AC
Black with #C947AC
Text Example
Text Example
White with #C947AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C947AC; }
p { color: rgb(201,71,172); }
H1.HeaderClassName
{
color: #C947AC;
}
.AnyTagClassName
{
color: #C947AC;
}
</style>
background-color css
<style>
a { background-color: #C947AC; }
a { background-color: rgb(201,71,172); }
div.DivClassName
{
background-color: #C947AC;
}
.BgClassName
{
background-color: #C947AC;
}
</style>
border-color css
<style>
span { border-color: #C947AC; }
span { border-color: rgb(201,71,172); }
td.TdClassName
{
border-color: #C947AC;
}
.TagClassName
{
border-color: #C947AC;
}
</style>