#CA5399

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

Shades of Mulberry #CA5399

Tints of Mulberry #CA5399

Color information

#CA5399 (or 0xCA5399) is unknown color: approx Mulberry. HEX triplet: CA, 53 and 99. RGB value is (202,83,153). Sum of RGB (Red+Green+Blue) = 202+83+153=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5399 is #35AC66. Grayscale: #7E7E7E. Windows color (decimal): -3517543 or 10048458. OLE color: 10048458.

HSL color Cylindrical-coordinate representation of color #CA5399: hue angle of 324.71º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA5399 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB20283153-
CMYK00.590.240.21
HSL324.71º52.89%55.88%-
HSV(B)324.71º58.91%79.22%-
XYZ33.221.0432.45-
YUV126.56142.92181.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.12%
GREEN value IS 83 (32.81% from 255) = 18.95%
BLUE value IS 153 (60.16% from 255) = 34.93%
R=46.12%
G=18.95%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028315300.590.240.21324.7152.8955.88
HexCA539903B18151453538
Octal31212323107330255056570
Binary1100101010100111001100101110111100010101101000101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5399; }

 p { color: rgb(202,83,153); }

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

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

 a { background-color: rgb(202,83,153); }

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

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

 span { border-color: rgb(202,83,153); }

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