#cb4bb9

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

Shades of Fuchsia #CB4BB9

Tints of Fuchsia #CB4BB9

Color information

#CB4BB9 (or 0xCB4BB9) is unknown color: approx Fuchsia. HEX triplet: CB, 4B and B9. RGB value is (203,75,185). Sum of RGB (Red+Green+Blue) = 203+75+185=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4BB9 is #34B446. Grayscale: #7D7D7D. Windows color (decimal): -3454023 or 12143563. OLE color: 12143563.

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

Color convert

RGB20375185-
CMYK00.630.090.20
HSL308.44º55.17%54.51%-
HSV(B)308.44º63.05%79.61%-
XYZ35.921.2348.1-
YUV125.81161.41183.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.84%
GREEN value IS 75 (29.69% from 255) = 16.20%
BLUE value IS 185 (72.66% from 255) = 39.96%
R=43.84%
G=16.20%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037518500.630.090.20308.4455.1754.51
HexCB4BB903F9141343737
Octal31311327107711244646767
Binary110010111001011101110010111111100110100100110100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb4bb9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb4bb9; }

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

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

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

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

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

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

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

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