Shades of Fuchsia #C957AB
Tints of Fuchsia #C957AB
RGB
CMYK
RGB Variations
Color information
#C957AB (or 0xC957AB) is known color: Fuchsia. HEX triplet: C9, 57 and AB. RGB value is (201,87,171). Sum of RGB (Red+Green+Blue) = 201+87+171=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C957AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C957AB is #36A854. Grayscale: #828282. Windows color (decimal): -3582037 or 11229129. OLE color: 11229129.
HSL color Cylindrical-coordinate representation of color #C957AB: hue angle of 315.79º degrees, saturation: 0.51, 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 #C957AB is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 171 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.21 |
| HSL | 315.79º | 0.51% | 0.56% | - |
| HSV(B) | 315.79º | 0.57% | 0.79% | - |
| XYZ | 34.85 | 22.17 | 40.97 | - |
| YUV | 130.66 | 150.77 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 171 | 0 | 0.57 | 0.15 | 0.21 | 315.79 | 0.51 | 0.56 |
| Hex | C9 | 57 | AB | 0 | 39 | F | 15 | 13C | 33 | 38 |
| Octal | 311 | 127 | 253 | 0 | 71 | 17 | 25 | 474 | 63 | 70 |
| Binary | 11001001 | 1010111 | 10101011 | 0 | 111001 | 1111 | 10101 | 100111100 | 110011 | 111000 |
Color Harmonies of #C957AB
Complementary color
Monochromatic Colors of #C957AB
Black with #C957AB
Text Example
Text Example
White with #C957AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C957AB; }
p { color: rgb(201,87,171); }
H1.HeaderClassName
{
color: #C957AB;
}
.AnyTagClassName
{
color: #C957AB;
}
</style>
background-color css
<style>
a { background-color: #C957AB; }
a { background-color: rgb(201,87,171); }
div.DivClassName
{
background-color: #C957AB;
}
.BgClassName
{
background-color: #C957AB;
}
</style>
border-color css
<style>
span { border-color: #C957AB; }
span { border-color: rgb(201,87,171); }
td.TdClassName
{
border-color: #C957AB;
}
.TagClassName
{
border-color: #C957AB;
}
</style>