Shades of Fuchsia #C959AB
Tints of Fuchsia #C959AB
RGB
CMYK
RGB Variations
Color information
#C959AB (or 0xC959AB) is known color: Fuchsia. HEX triplet: C9, 59 and AB. RGB value is (201,89,171). Sum of RGB (Red+Green+Blue) = 201+89+171=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C959AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C959AB is #36A654. Grayscale: #838383. Windows color (decimal): -3581525 or 11229641. OLE color: 11229641.
HSL color Cylindrical-coordinate representation of color #C959AB: hue angle of 316.07º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C959AB is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 171 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.21 |
| HSL | 316.07º | 0.51% | 0.57% | - |
| HSV(B) | 316.07º | 0.56% | 0.79% | - |
| XYZ | 35.01 | 22.5 | 41.03 | - |
| YUV | 131.84 | 150.11 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 171 | 0 | 0.56 | 0.15 | 0.21 | 316.07 | 0.51 | 0.57 |
| Hex | C9 | 59 | AB | 0 | 38 | F | 15 | 13C | 33 | 39 |
| Octal | 311 | 131 | 253 | 0 | 70 | 17 | 25 | 474 | 63 | 71 |
| Binary | 11001001 | 1011001 | 10101011 | 0 | 111000 | 1111 | 10101 | 100111100 | 110011 | 111001 |
Color Harmonies of #C959AB
Complementary color
Monochromatic Colors of #C959AB
Black with #C959AB
Text Example
Text Example
White with #C959AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C959AB; }
p { color: rgb(201,89,171); }
H1.HeaderClassName
{
color: #C959AB;
}
.AnyTagClassName
{
color: #C959AB;
}
</style>
background-color css
<style>
a { background-color: #C959AB; }
a { background-color: rgb(201,89,171); }
div.DivClassName
{
background-color: #C959AB;
}
.BgClassName
{
background-color: #C959AB;
}
</style>
border-color css
<style>
span { border-color: #C959AB; }
span { border-color: rgb(201,89,171); }
td.TdClassName
{
border-color: #C959AB;
}
.TagClassName
{
border-color: #C959AB;
}
</style>