#CA389F

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

Shades of Mulberry #CA389F

Tints of Mulberry #CA389F

Color information

#CA389F (or 0xCA389F) is unknown color: approx Mulberry. HEX triplet: CA, 38 and 9F. RGB value is (202,56,159). Sum of RGB (Red+Green+Blue) = 202+56+159=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA389F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA389F is #35C760. Grayscale: #6F6F6F. Windows color (decimal): -3524449 or 10434762. OLE color: 10434762.

HSL color Cylindrical-coordinate representation of color #CA389F: hue angle of 317.67º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA389F is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB20256159-
CMYK00.720.210.21
HSL317.67º57.94%50.59%-
HSV(B)317.67º72.28%79.22%-
XYZ32.0317.8934.57-
YUV111.4154.87192.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.44%
GREEN value IS 56 (22.27% from 255) = 13.43%
BLUE value IS 159 (62.5% from 255) = 38.13%
R=48.44%
G=13.43%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025615900.720.210.21317.6757.9450.59
HexCA389F048151513e3a33
Octal31270237011025254767263
Binary1100101011100010011111010010001010110101100111110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA389F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA389F; }

 p { color: rgb(202,56,159); }

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

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

 a { background-color: rgb(202,56,159); }

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

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

 span { border-color: rgb(202,56,159); }

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