#cb56b3

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

Shades of Fuchsia #CB56B3

Tints of Fuchsia #CB56B3

Color information

#CB56B3 (or 0xCB56B3) is unknown color: approx Fuchsia. HEX triplet: CB, 56 and B3. RGB value is (203,86,179). Sum of RGB (Red+Green+Blue) = 203+86+179=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CB56B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB56B3 is #34A94C. Grayscale: #838383. Windows color (decimal): -3451213 or 11753163. OLE color: 11753163.

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

Color convert

RGB20386179-
CMYK00.580.120.20
HSL312.31º52.94%56.67%-
HSV(B)312.31º57.64%79.61%-
XYZ36.0922.6145.11-
YUV131.58154.76178.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.38%
GREEN value IS 86 (33.98% from 255) = 18.38%
BLUE value IS 179 (70.31% from 255) = 38.25%
R=43.38%
G=18.38%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038617900.580.120.20312.3152.9456.67
HexCB56B303AC141383539
Octal31312626307214244706571
Binary110010111010110101100110111010110010100100111000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb56b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb56b3; }

 p { color: rgb(203,86,179); }

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

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

 a { background-color: rgb(203,86,179); }

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

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

 span { border-color: rgb(203,86,179); }

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