#CB56BE

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

Shades of Fuchsia #CB56BE

Tints of Fuchsia #CB56BE

Color information

#CB56BE (or 0xCB56BE) is unknown color: approx Fuchsia. HEX triplet: CB, 56 and BE. RGB value is (203,86,190). Sum of RGB (Red+Green+Blue) = 203+86+190=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB56BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB56BE is #34A941. Grayscale: #848484. Windows color (decimal): -3451202 or 12474059. OLE color: 12474059.

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

Color convert

RGB20386190-
CMYK00.580.060.20
HSL306.67º52.94%56.67%-
HSV(B)306.67º57.64%79.61%-
XYZ37.2523.0751.2-
YUV132.84160.26178.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 86 (33.98% from 255) = 17.95%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=42.38%
G=17.95%
B=39.67%

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
Decimal2038619000.580.060.20306.6752.9456.67
HexCB56BE03A6141333539
Octal3131262760726244636571
Binary11001011101011010111110011101011010100100110011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB56BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB56BE; }

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

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

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

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

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

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

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

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