#CB55BF

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

Shades of Fuchsia #CB55BF

Tints of Fuchsia #CB55BF

Color information

#CB55BF (or 0xCB55BF) is unknown color: approx Fuchsia. HEX triplet: CB, 55 and BF. RGB value is (203,85,191). Sum of RGB (Red+Green+Blue) = 203+85+191=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB55BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB55BF is #34AA40. Grayscale: #848484. Windows color (decimal): -3451457 or 12539339. OLE color: 12539339.

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

Color convert

RGB20385191-
CMYK00.580.060.20
HSL306.1º53.15%56.47%-
HSV(B)306.1º58.13%79.61%-
XYZ37.2822.9651.76-
YUV132.37161.09178.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 85 (33.59% from 255) = 17.75%
BLUE value IS 191 (75% from 255) = 39.87%
R=42.38%
G=17.75%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038519100.580.060.20306.153.1556.47
HexCB55BF03A6141323538
Octal3131252770726244626570
Binary11001011101010110111111011101011010100100110010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB55BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB55BF; }

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

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

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

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

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

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

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

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