#cb55bb

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

Shades of Fuchsia #CB55BB

Tints of Fuchsia #CB55BB

Color information

#CB55BB (or 0xCB55BB) is unknown color: approx Fuchsia. HEX triplet: CB, 55 and BB. RGB value is (203,85,187). Sum of RGB (Red+Green+Blue) = 203+85+187=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB55BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB55BB is #34AA44. Grayscale: #838383. Windows color (decimal): -3451461 or 12277195. OLE color: 12277195.

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

Color convert

RGB20385187-
CMYK00.580.080.20
HSL308.14º53.15%56.47%-
HSV(B)308.14º58.13%79.61%-
XYZ36.8522.7849.47-
YUV131.91159.09178.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.74%
GREEN value IS 85 (33.59% from 255) = 17.89%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=42.74%
G=17.89%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038518700.580.080.20308.1453.1556.47
HexCB55BB03A8141343538
Octal31312527307210244646570
Binary110010111010101101110110111010100010100100110100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb55bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb55bb; }

 p { color: rgb(203,85,187); }

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

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

 a { background-color: rgb(203,85,187); }

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

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

 span { border-color: rgb(203,85,187); }

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