Shades of Fuchsia #C947AA
Tints of Fuchsia #C947AA
RGB
CMYK
RGB Variations
Color information
#C947AA (or 0xC947AA) is known color: Fuchsia. HEX triplet: C9, 47 and AA. RGB value is (201,71,170). Sum of RGB (Red+Green+Blue) = 201+71+170=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C947AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C947AA is #36B855. Grayscale: #787878. Windows color (decimal): -3586134 or 11159497. OLE color: 11159497.
HSL color Cylindrical-coordinate representation of color #C947AA: hue angle of 314.31º 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 #C947AA is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 170 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.21 |
| HSL | 314.31º | 0.55% | 0.53% | - |
| HSV(B) | 314.31º | 0.65% | 0.79% | - |
| XYZ | 33.6 | 19.83 | 40.09 | - |
| YUV | 121.16 | 155.57 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 170 | 0 | 0.65 | 0.15 | 0.21 | 314.31 | 0.55 | 0.53 |
| Hex | C9 | 47 | AA | 0 | 41 | F | 15 | 13A | 37 | 35 |
| Octal | 311 | 107 | 252 | 0 | 101 | 17 | 25 | 472 | 67 | 65 |
| Binary | 11001001 | 1000111 | 10101010 | 0 | 1000001 | 1111 | 10101 | 100111010 | 110111 | 110101 |
Color Harmonies of #C947AA
Complementary color
Monochromatic Colors of #C947AA
Black with #C947AA
Text Example
Text Example
White with #C947AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C947AA; }
p { color: rgb(201,71,170); }
H1.HeaderClassName
{
color: #C947AA;
}
.AnyTagClassName
{
color: #C947AA;
}
</style>
background-color css
<style>
a { background-color: #C947AA; }
a { background-color: rgb(201,71,170); }
div.DivClassName
{
background-color: #C947AA;
}
.BgClassName
{
background-color: #C947AA;
}
</style>
border-color css
<style>
span { border-color: #C947AA; }
span { border-color: rgb(201,71,170); }
td.TdClassName
{
border-color: #C947AA;
}
.TagClassName
{
border-color: #C947AA;
}
</style>