#CB4AB3

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

Shades of Fuchsia #CB4AB3

Tints of Fuchsia #CB4AB3

Color information

#CB4AB3 (or 0xCB4AB3) is unknown color: approx Fuchsia. HEX triplet: CB, 4A and B3. RGB value is (203,74,179). Sum of RGB (Red+Green+Blue) = 203+74+179=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 179 (70.31% from 255 or 39.25% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4AB3 is #34B54C. Grayscale: #7C7C7C. Windows color (decimal): -3454285 or 11750091. OLE color: 11750091.

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

Color convert

RGB20374179-
CMYK00.640.120.20
HSL311.16º55.36%54.31%-
HSV(B)311.16º63.55%79.61%-
XYZ35.2120.8544.82-
YUV124.54158.74183.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.52%
GREEN value IS 74 (29.30% from 255) = 16.23%
BLUE value IS 179 (70.31% from 255) = 39.25%
R=44.52%
G=16.23%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037417900.640.120.20311.1655.3654.31
HexCB4AB3040C141373736
Octal313112263010014244676766
Binary1100101110010101011001101000000110010100100110111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4AB3; }

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

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

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

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

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

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

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

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