#CB59AE

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

Shades of Fuchsia #CB59AE

Tints of Fuchsia #CB59AE

Color information

#CB59AE (or 0xCB59AE) is unknown color: approx Fuchsia. HEX triplet: CB, 59 and AE. RGB value is (203,89,174). Sum of RGB (Red+Green+Blue) = 203+89+174=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB59AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB59AE is #34A651. Grayscale: #848484. Windows color (decimal): -3450450 or 11426251. OLE color: 11426251.

HSL color Cylindrical-coordinate representation of color #CB59AE: hue angle of 315.26º 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 #CB59AE is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB20389174-
CMYK00.560.140.20
HSL315.26º52.29%57.25%-
HSV(B)315.26º56.16%79.61%-
XYZ35.8422.942.57-
YUV132.78151.27178.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.56%
GREEN value IS 89 (35.16% from 255) = 19.10%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=43.56%
G=19.10%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038917400.560.140.20315.2652.2957.25
HexCB59AE038E1413b3439
Octal31313125607016244736471
Binary110010111011001101011100111000111010100100111011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB59AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB59AE; }

 p { color: rgb(203,89,174); }

 H1.HeaderClassName
 {
   color: #CB59AE;
 }
 .AnyTagClassName
 {
   color: #CB59AE;
 }
</style>
background-color css

<style>
 a { background-color: #CB59AE; }

 a { background-color: rgb(203,89,174); }

 div.DivClassName
 {
   background-color: #CB59AE;
 }
 .BgClassName
 {
   background-color: #CB59AE;
 }
</style>
border-color css

<style>
 span { border-color: #CB59AE; }

 span { border-color: rgb(203,89,174); }

 td.TdClassName
 {
   border-color: #CB59AE;
 }
 .TagClassName
 {
   border-color: #CB59AE;
 }
</style>