#CB4BAB

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

Shades of Fuchsia #CB4BAB

Tints of Fuchsia #CB4BAB

Color information

#CB4BAB (or 0xCB4BAB) is unknown color: approx Fuchsia. HEX triplet: CB, 4B and AB. RGB value is (203,75,171). Sum of RGB (Red+Green+Blue) = 203+75+171=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4BAB is #34B454. Grayscale: #7B7B7B. Windows color (decimal): -3454037 or 11226059. OLE color: 11226059.

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

Color convert

RGB20375171-
CMYK00.630.160.20
HSL315º55.17%54.51%-
HSV(B)315º63.05%79.61%-
XYZ34.520.6740.7-
YUV124.22154.41184.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.21%
GREEN value IS 75 (29.69% from 255) = 16.70%
BLUE value IS 171 (67.19% from 255) = 38.08%
R=45.21%
G=16.70%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037517100.630.160.2031555.1754.51
HexCB4BAB03F101413b3737
Octal31311325307720244736767
Binary1100101110010111010101101111111000010100100111011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4BAB; }

 p { color: rgb(203,75,171); }

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

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

 a { background-color: rgb(203,75,171); }

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

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

 span { border-color: rgb(203,75,171); }

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