#CA39A2

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

Shades of Mulberry #CA39A2

Tints of Mulberry #CA39A2

Color information

#CA39A2 (or 0xCA39A2) is unknown color: approx Mulberry. HEX triplet: CA, 39 and A2. RGB value is (202,57,162). Sum of RGB (Red+Green+Blue) = 202+57+162=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 57 (22.66% from 255 or 13.54% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA39A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA39A2 is #35C65D. Grayscale: #707070. Windows color (decimal): -3524190 or 10631626. OLE color: 10631626.

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

Color convert

RGB20257162-
CMYK00.720.200.21
HSL316.55º57.77%50.78%-
HSV(B)316.55º71.78%79.22%-
XYZ32.3418.0935.97-
YUV112.32156.04191.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.98%
GREEN value IS 57 (22.66% from 255) = 13.54%
BLUE value IS 162 (63.67% from 255) = 38.48%
R=47.98%
G=13.54%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025716200.720.200.21316.5557.7750.78
HexCA39A2048141513d3a33
Octal31271242011024254757263
Binary1100101011100110100010010010001010010101100111101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA39A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA39A2; }

 p { color: rgb(202,57,162); }

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

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

 a { background-color: rgb(202,57,162); }

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

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

 span { border-color: rgb(202,57,162); }

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