Shades of Fuchsia #C961AB
Tints of Fuchsia #C961AB
RGB
CMYK
RGB Variations
Color information
#C961AB (or 0xC961AB) is known color: Fuchsia. HEX triplet: C9, 61 and AB. RGB value is (201,97,171). Sum of RGB (Red+Green+Blue) = 201+97+171=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C961AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C961AB is #369E54. Grayscale: #888888. Windows color (decimal): -3579477 or 11231689. OLE color: 11231689.
HSL color Cylindrical-coordinate representation of color #C961AB: hue angle of 317.31º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C961AB is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 97 | 171 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.21 |
| HSL | 317.31º | 0.49% | 0.58% | - |
| HSV(B) | 317.31º | 0.52% | 0.79% | - |
| XYZ | 35.71 | 23.91 | 41.26 | - |
| YUV | 136.53 | 147.46 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 97 | 171 | 0 | 0.52 | 0.15 | 0.21 | 317.31 | 0.49 | 0.58 |
| Hex | C9 | 61 | AB | 0 | 34 | F | 15 | 13D | 31 | 3A |
| Octal | 311 | 141 | 253 | 0 | 64 | 17 | 25 | 475 | 61 | 72 |
| Binary | 11001001 | 1100001 | 10101011 | 0 | 110100 | 1111 | 10101 | 100111101 | 110001 | 111010 |
Color Harmonies of #C961AB
Complementary color
Monochromatic Colors of #C961AB
Black with #C961AB
Text Example
Text Example
White with #C961AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C961AB; }
p { color: rgb(201,97,171); }
H1.HeaderClassName
{
color: #C961AB;
}
.AnyTagClassName
{
color: #C961AB;
}
</style>
background-color css
<style>
a { background-color: #C961AB; }
a { background-color: rgb(201,97,171); }
div.DivClassName
{
background-color: #C961AB;
}
.BgClassName
{
background-color: #C961AB;
}
</style>
border-color css
<style>
span { border-color: #C961AB; }
span { border-color: rgb(201,97,171); }
td.TdClassName
{
border-color: #C961AB;
}
.TagClassName
{
border-color: #C961AB;
}
</style>