Shades of Fuchsia #C956AB
Tints of Fuchsia #C956AB
RGB
CMYK
RGB Variations
Color information
#C956AB (or 0xC956AB) is known color: Fuchsia. HEX triplet: C9, 56 and AB. RGB value is (201,86,171). Sum of RGB (Red+Green+Blue) = 201+86+171=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C956AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C956AB is #36A954. Grayscale: #818181. Windows color (decimal): -3582293 or 11228873. OLE color: 11228873.
HSL color Cylindrical-coordinate representation of color #C956AB: hue angle of 315.65º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C956AB is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 171 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.21 |
| HSL | 315.65º | 0.52% | 0.56% | - |
| HSV(B) | 315.65º | 0.57% | 0.79% | - |
| XYZ | 34.77 | 22.01 | 40.94 | - |
| YUV | 130.08 | 151.1 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 171 | 0 | 0.57 | 0.15 | 0.21 | 315.65 | 0.52 | 0.56 |
| Hex | C9 | 56 | AB | 0 | 39 | F | 15 | 13C | 34 | 38 |
| Octal | 311 | 126 | 253 | 0 | 71 | 17 | 25 | 474 | 64 | 70 |
| Binary | 11001001 | 1010110 | 10101011 | 0 | 111001 | 1111 | 10101 | 100111100 | 110100 | 111000 |
Color Harmonies of #C956AB
Complementary color
Monochromatic Colors of #C956AB
Black with #C956AB
Text Example
Text Example
White with #C956AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C956AB; }
p { color: rgb(201,86,171); }
H1.HeaderClassName
{
color: #C956AB;
}
.AnyTagClassName
{
color: #C956AB;
}
</style>
background-color css
<style>
a { background-color: #C956AB; }
a { background-color: rgb(201,86,171); }
div.DivClassName
{
background-color: #C956AB;
}
.BgClassName
{
background-color: #C956AB;
}
</style>
border-color css
<style>
span { border-color: #C956AB; }
span { border-color: rgb(201,86,171); }
td.TdClassName
{
border-color: #C956AB;
}
.TagClassName
{
border-color: #C956AB;
}
</style>