#cb5bac

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

Shades of Fuchsia #CB5BAC

Tints of Fuchsia #CB5BAC

Color information

#CB5BAC (or 0xCB5BAC) is unknown color: approx Fuchsia. HEX triplet: CB, 5B and AC. RGB value is (203,91,172). Sum of RGB (Red+Green+Blue) = 203+91+172=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5BAC is #34A453. Grayscale: #858585. Windows color (decimal): -3449940 or 11295691. OLE color: 11295691.

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

Color convert

RGB20391172-
CMYK00.550.150.20
HSL316.61º51.85%57.65%-
HSV(B)316.61º55.17%79.61%-
XYZ35.8223.1641.61-
YUV133.72149.61177.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.56%
GREEN value IS 91 (35.94% from 255) = 19.53%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=43.56%
G=19.53%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039117200.550.150.20316.6151.8557.65
HexCB5BAC037F1413d343a
Octal31313325406717244756472
Binary110010111011011101011000110111111110100100111101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb5bac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb5bac; }

 p { color: rgb(203,91,172); }

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

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

 a { background-color: rgb(203,91,172); }

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

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

 span { border-color: rgb(203,91,172); }

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