#CA42A2

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

Shades of Mulberry #CA42A2

Tints of Mulberry #CA42A2

Color information

#CA42A2 (or 0xCA42A2) is unknown color: approx Mulberry. HEX triplet: CA, 42 and A2. RGB value is (202,66,162). Sum of RGB (Red+Green+Blue) = 202+66+162=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA42A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA42A2 is #35BD5D. Grayscale: #757575. Windows color (decimal): -3521886 or 10633930. OLE color: 10633930.

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

Color convert

RGB20266162-
CMYK00.670.200.21
HSL317.65º56.2%52.55%-
HSV(B)317.65º67.33%79.22%-
XYZ32.8319.0636.13-
YUV117.61153.06188.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 66 (26.17% from 255) = 15.35%
BLUE value IS 162 (63.67% from 255) = 37.67%
R=46.98%
G=15.35%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026616200.670.200.21317.6556.252.55
HexCA42A2043141513e3835
Octal312102242010324254767065
Binary11001010100001010100010010000111010010101100111110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA42A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA42A2; }

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

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

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

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

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

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

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

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