Shades of Fuchsia #C956AA
Tints of Fuchsia #C956AA
RGB
CMYK
RGB Variations
Color information
#C956AA (or 0xC956AA) is known color: Fuchsia. HEX triplet: C9, 56 and AA. RGB value is (201,86,170). Sum of RGB (Red+Green+Blue) = 201+86+170=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C956AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C956AA is #36A955. Grayscale: #818181. Windows color (decimal): -3582294 or 11163337. OLE color: 11163337.
HSL color Cylindrical-coordinate representation of color #C956AA: hue angle of 316.17º 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 #C956AA is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 170 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.21 |
| HSL | 316.17º | 0.52% | 0.56% | - |
| HSV(B) | 316.17º | 0.57% | 0.79% | - |
| XYZ | 34.67 | 21.98 | 40.44 | - |
| YUV | 129.96 | 150.6 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 170 | 0 | 0.57 | 0.15 | 0.21 | 316.17 | 0.52 | 0.56 |
| Hex | C9 | 56 | AA | 0 | 39 | F | 15 | 13C | 34 | 38 |
| Octal | 311 | 126 | 252 | 0 | 71 | 17 | 25 | 474 | 64 | 70 |
| Binary | 11001001 | 1010110 | 10101010 | 0 | 111001 | 1111 | 10101 | 100111100 | 110100 | 111000 |
Color Harmonies of #C956AA
Complementary color
Monochromatic Colors of #C956AA
Black with #C956AA
Text Example
Text Example
White with #C956AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C956AA; }
p { color: rgb(201,86,170); }
H1.HeaderClassName
{
color: #C956AA;
}
.AnyTagClassName
{
color: #C956AA;
}
</style>
background-color css
<style>
a { background-color: #C956AA; }
a { background-color: rgb(201,86,170); }
div.DivClassName
{
background-color: #C956AA;
}
.BgClassName
{
background-color: #C956AA;
}
</style>
border-color css
<style>
span { border-color: #C956AA; }
span { border-color: rgb(201,86,170); }
td.TdClassName
{
border-color: #C956AA;
}
.TagClassName
{
border-color: #C956AA;
}
</style>