#CB56BF

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

Shades of Fuchsia #CB56BF

Tints of Fuchsia #CB56BF

Color information

#CB56BF (or 0xCB56BF) is unknown color: approx Fuchsia. HEX triplet: CB, 56 and BF. RGB value is (203,86,191). Sum of RGB (Red+Green+Blue) = 203+86+191=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB56BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB56BF is #34A940. Grayscale: #848484. Windows color (decimal): -3451201 or 12539595. OLE color: 12539595.

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

Color convert

RGB20386191-
CMYK00.580.060.20
HSL306.15º52.94%56.67%-
HSV(B)306.15º57.64%79.61%-
XYZ37.3623.1151.78-
YUV132.95160.76177.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.29%
GREEN value IS 86 (33.98% from 255) = 17.92%
BLUE value IS 191 (75% from 255) = 39.79%
R=42.29%
G=17.92%
B=39.79%

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
Decimal2038619100.580.060.20306.1552.9456.67
HexCB56BF03A6141323539
Octal3131262770726244626571
Binary11001011101011010111111011101011010100100110010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB56BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB56BF; }

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

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

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

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

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

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

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

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