Shades of Fuchsia #CB59AB
Tints of Fuchsia #CB59AB
RGB
CMYK
RGB Variations
Color information
#CB59AB (or 0xCB59AB) is known color: Fuchsia. HEX triplet: CB, 59 and AB. RGB value is (203,89,171). Sum of RGB (Red+Green+Blue) = 203+89+171=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB59AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB59AB is #34A654. Grayscale: #848484. Windows color (decimal): -3450453 or 11229643. OLE color: 11229643.
HSL color Cylindrical-coordinate representation of color #CB59AB: hue angle of 316.84º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB59AB is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 171 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.20 |
| HSL | 316.84º | 0.52% | 0.57% | - |
| HSV(B) | 316.84º | 0.56% | 0.8% | - |
| XYZ | 35.55 | 22.78 | 41.05 | - |
| YUV | 132.43 | 149.77 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 171 | 0 | 0.56 | 0.16 | 0.20 | 316.84 | 0.52 | 0.57 |
| Hex | CB | 59 | AB | 0 | 38 | 10 | 14 | 13D | 34 | 39 |
| Octal | 313 | 131 | 253 | 0 | 70 | 20 | 24 | 475 | 64 | 71 |
| Binary | 11001011 | 1011001 | 10101011 | 0 | 111000 | 10000 | 10100 | 100111101 | 110100 | 111001 |
Color Harmonies of #CB59AB
Complementary color
Monochromatic Colors of #CB59AB
Black with #CB59AB
Text Example
Text Example
White with #CB59AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB59AB; }
p { color: rgb(203,89,171); }
H1.HeaderClassName
{
color: #CB59AB;
}
.AnyTagClassName
{
color: #CB59AB;
}
</style>
background-color css
<style>
a { background-color: #CB59AB; }
a { background-color: rgb(203,89,171); }
div.DivClassName
{
background-color: #CB59AB;
}
.BgClassName
{
background-color: #CB59AB;
}
</style>
border-color css
<style>
span { border-color: #CB59AB; }
span { border-color: rgb(203,89,171); }
td.TdClassName
{
border-color: #CB59AB;
}
.TagClassName
{
border-color: #CB59AB;
}
</style>