#CA42A5

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

Shades of Mulberry #CA42A5

Tints of Mulberry #CA42A5

Color information

#CA42A5 (or 0xCA42A5) is unknown color: approx Mulberry. HEX triplet: CA, 42 and A5. RGB value is (202,66,165). Sum of RGB (Red+Green+Blue) = 202+66+165=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA42A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA42A5 is #35BD5A. Grayscale: #757575. Windows color (decimal): -3521883 or 10830538. OLE color: 10830538.

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

Color convert

RGB20266165-
CMYK00.670.180.21
HSL316.32º56.2%52.55%-
HSV(B)316.32º67.33%79.22%-
XYZ33.119.1737.55-
YUV117.95154.56187.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.65%
GREEN value IS 66 (26.17% from 255) = 15.24%
BLUE value IS 165 (64.84% from 255) = 38.11%
R=46.65%
G=15.24%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026616500.670.180.21316.3256.252.55
HexCA42A5043121513c3835
Octal312102245010322254747065
Binary11001010100001010100101010000111001010101100111100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA42A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA42A5; }

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

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

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

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

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

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

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

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