#ca44a5

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

Shades of Mulberry #CA44A5

Tints of Mulberry #CA44A5

Color information

#CA44A5 (or 0xCA44A5) is unknown color: approx Mulberry. HEX triplet: CA, 44 and A5. RGB value is (202,68,165). Sum of RGB (Red+Green+Blue) = 202+68+165=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA44A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA44A5 is #35BB5A. Grayscale: #767676. Windows color (decimal): -3521371 or 10831050. OLE color: 10831050.

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

Color convert

RGB20268165-
CMYK00.660.180.21
HSL316.57º55.83%52.94%-
HSV(B)316.57º66.34%79.22%-
XYZ33.2219.4137.59-
YUV119.12153.89187.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 68 (26.95% from 255) = 15.63%
BLUE value IS 165 (64.84% from 255) = 37.93%
R=46.44%
G=15.63%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026816500.660.180.21316.5755.8352.94
HexCA44A5042121513d3835
Octal312104245010222254757065
Binary11001010100010010100101010000101001010101100111101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca44a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca44a5; }

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

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

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

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

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

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

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

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