#cb59ab

Color #CB59AB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CB59AB

Tints of Fuchsia #CB59AB

Color information

#CB59AB (or 0xCB59AB) is unknown color: approx 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

RGB20389171-
CMYK00.560.160.20
HSL316.84º52.29%57.25%-
HSV(B)316.84º56.16%79.61%-
XYZ35.5522.7841.05-
YUV132.43149.77178.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 43.84%
GREEN value IS 89 (35.16% from 255) = 19.22%
BLUE value IS 171 (67.19% from 255) = 36.93%
R=43.84%
G=19.22%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038917100.560.160.20316.8452.2957.25
HexCB59AB038101413d3439
Octal31313125307020244756471
Binary1100101110110011010101101110001000010100100111101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb59ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>