#CB5EAB

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

Shades of Fuchsia #CB5EAB

Tints of Fuchsia #CB5EAB

Color information

#CB5EAB (or 0xCB5EAB) is unknown color: approx Fuchsia. HEX triplet: CB, 5E and AB. RGB value is (203,94,171). Sum of RGB (Red+Green+Blue) = 203+94+171=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5EAB is #34A154. Grayscale: #878787. Windows color (decimal): -3449173 or 11230923. OLE color: 11230923.

HSL color Cylindrical-coordinate representation of color #CB5EAB: hue angle of 317.61º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB5EAB is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB20394171-
CMYK00.540.160.20
HSL317.61º51.17%58.24%-
HSV(B)317.61º53.69%79.61%-
XYZ35.9823.6441.2-
YUV135.37148.11176.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.38%
GREEN value IS 94 (37.11% from 255) = 20.09%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=43.38%
G=20.09%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039417100.540.160.20317.6151.1758.24
HexCB5EAB036101413e333a
Octal31313625306620244766372
Binary1100101110111101010101101101101000010100100111110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5EAB; }

 p { color: rgb(203,94,171); }

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

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

 a { background-color: rgb(203,94,171); }

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

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

 span { border-color: rgb(203,94,171); }

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