#CA519E

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

Shades of Mulberry #CA519E

Tints of Mulberry #CA519E

Color information

#CA519E (or 0xCA519E) is unknown color: approx Mulberry. HEX triplet: CA, 51 and 9E. RGB value is (202,81,158). Sum of RGB (Red+Green+Blue) = 202+81+158=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA519E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA519E is #35AE61. Grayscale: #7D7D7D. Windows color (decimal): -3518050 or 10375626. OLE color: 10375626.

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

Color convert

RGB20281158-
CMYK00.600.220.21
HSL321.82º53.3%55.49%-
HSV(B)321.82º59.9%79.22%-
XYZ33.4720.9134.62-
YUV125.96146.09182.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 81 (32.03% from 255) = 18.37%
BLUE value IS 158 (62.11% from 255) = 35.83%
R=45.80%
G=18.37%
B=35.83%

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
Decimal2028115800.600.220.21321.8253.355.49
HexCA519E03C16151423537
Octal31212123607426255026567
Binary1100101010100011001111001111001011010101101000010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA519E; }

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

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

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

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

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

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

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

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