#CB4FA9

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

Shades of Mulberry #CB4FA9

Tints of Mulberry #CB4FA9

Color information

#CB4FA9 (or 0xCB4FA9) is unknown color: approx Mulberry. HEX triplet: CB, 4F and A9. RGB value is (203,79,169). Sum of RGB (Red+Green+Blue) = 203+79+169=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 79 (31.25% from 255 or 17.52% from 451); Blue value is 169 (66.41% from 255 or 37.47% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4FA9 is #34B056. Grayscale: #7E7E7E. Windows color (decimal): -3453015 or 11096011. OLE color: 11096011.

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

Color convert

RGB20379169-
CMYK00.610.170.20
HSL316.45º54.39%55.29%-
HSV(B)316.45º61.08%79.61%-
XYZ34.5921.1539.8-
YUV126.34152.08182.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.01%
GREEN value IS 79 (31.25% from 255) = 17.52%
BLUE value IS 169 (66.41% from 255) = 37.47%
R=45.01%
G=17.52%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037916900.610.170.20316.4554.3955.29
HexCB4FA903D111413c3637
Octal31311725107521244746667
Binary1100101110011111010100101111011000110100100111100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4FA9; }

 p { color: rgb(203,79,169); }

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

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

 a { background-color: rgb(203,79,169); }

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

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

 span { border-color: rgb(203,79,169); }

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