#CA519D

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

Shades of Mulberry #CA519D

Tints of Mulberry #CA519D

Color information

#CA519D (or 0xCA519D) is unknown color: approx Mulberry. HEX triplet: CA, 51 and 9D. RGB value is (202,81,157). Sum of RGB (Red+Green+Blue) = 202+81+157=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA519D is #35AE62. Grayscale: #7D7D7D. Windows color (decimal): -3518051 or 10310090. OLE color: 10310090.

HSL color Cylindrical-coordinate representation of color #CA519D: hue angle of 322.31º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA519D is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB20281157-
CMYK00.600.220.21
HSL322.31º53.3%55.49%-
HSV(B)322.31º59.9%79.22%-
XYZ33.3920.8834.17-
YUV125.84145.59182.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 81 (32.03% from 255) = 18.41%
BLUE value IS 157 (61.72% from 255) = 35.68%
R=45.91%
G=18.41%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028115700.600.220.21322.3153.355.49
HexCA519D03C16151423537
Octal31212123507426255026567
Binary1100101010100011001110101111001011010101101000010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA519D; }

 p { color: rgb(202,81,157); }

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

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

 a { background-color: rgb(202,81,157); }

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

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

 span { border-color: rgb(202,81,157); }

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