#CB44A5

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

Shades of Mulberry #CB44A5

Tints of Mulberry #CB44A5

Color information

#CB44A5 (or 0xCB44A5) is unknown color: approx Mulberry. HEX triplet: CB, 44 and A5. RGB value is (203,68,165). Sum of RGB (Red+Green+Blue) = 203+68+165=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB44A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB44A5 is #34BB5A. Grayscale: #777777. Windows color (decimal): -3455835 or 10831051. OLE color: 10831051.

HSL color Cylindrical-coordinate representation of color #CB44A5: hue angle of 316.89º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB44A5 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB20368165-
CMYK00.670.190.20
HSL316.89º56.49%53.14%-
HSV(B)316.89º66.5%79.61%-
XYZ33.4919.5537.61-
YUV119.42153.73187.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.56%
GREEN value IS 68 (26.95% from 255) = 15.60%
BLUE value IS 165 (64.84% from 255) = 37.84%
R=46.56%
G=15.60%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036816500.670.190.20316.8956.4953.14
HexCB44A5043131413d3835
Octal313104245010323244757065
Binary11001011100010010100101010000111001110100100111101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB44A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB44A5; }

 p { color: rgb(203,68,165); }

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

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

 a { background-color: rgb(203,68,165); }

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

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

 span { border-color: rgb(203,68,165); }

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