Shades of Fuchsia #C960AB
Tints of Fuchsia #C960AB
RGB
CMYK
RGB Variations
Color information
#C960AB (or 0xC960AB) is known color: Fuchsia. HEX triplet: C9, 60 and AB. RGB value is (201,96,171). Sum of RGB (Red+Green+Blue) = 201+96+171=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C960AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C960AB is #369F54. Grayscale: #878787. Windows color (decimal): -3579733 or 11231433. OLE color: 11231433.
HSL color Cylindrical-coordinate representation of color #C960AB: hue angle of 317.14º 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 #C960AB is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 96 | 171 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.21 |
| HSL | 317.14º | 0.49% | 0.58% | - |
| HSV(B) | 317.14º | 0.52% | 0.79% | - |
| XYZ | 35.62 | 23.72 | 41.23 | - |
| YUV | 135.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 171 | 0 | 0.52 | 0.15 | 0.21 | 317.14 | 0.49 | 0.58 |
| Hex | C9 | 60 | AB | 0 | 34 | F | 15 | 13D | 31 | 3A |
| Octal | 311 | 140 | 253 | 0 | 64 | 17 | 25 | 475 | 61 | 72 |
| Binary | 11001001 | 1100000 | 10101011 | 0 | 110100 | 1111 | 10101 | 100111101 | 110001 | 111010 |
Color Harmonies of #C960AB
Complementary color
Monochromatic Colors of #C960AB
Black with #C960AB
Text Example
Text Example
White with #C960AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C960AB; }
p { color: rgb(201,96,171); }
H1.HeaderClassName
{
color: #C960AB;
}
.AnyTagClassName
{
color: #C960AB;
}
</style>
background-color css
<style>
a { background-color: #C960AB; }
a { background-color: rgb(201,96,171); }
div.DivClassName
{
background-color: #C960AB;
}
.BgClassName
{
background-color: #C960AB;
}
</style>
border-color css
<style>
span { border-color: #C960AB; }
span { border-color: rgb(201,96,171); }
td.TdClassName
{
border-color: #C960AB;
}
.TagClassName
{
border-color: #C960AB;
}
</style>