#CA3B8E

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

Shades of Mulberry #CA3B8E

Tints of Mulberry #CA3B8E

Color information

#CA3B8E (or 0xCA3B8E) is unknown color: approx Mulberry. HEX triplet: CA, 3B and 8E. RGB value is (202,59,142). Sum of RGB (Red+Green+Blue) = 202+59+142=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3B8E is #35C471. Grayscale: #6F6F6F. Windows color (decimal): -3523698 or 9321418. OLE color: 9321418.

HSL color Cylindrical-coordinate representation of color #CA3B8E: hue angle of 325.17º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3B8E is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB20259142-
CMYK00.710.300.21
HSL325.17º57.43%51.18%-
HSV(B)325.17º70.79%79.22%-
XYZ30.817.6427.37-
YUV111.22145.38192.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.12%
GREEN value IS 59 (23.44% from 255) = 14.64%
BLUE value IS 142 (55.86% from 255) = 35.24%
R=50.12%
G=14.64%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025914200.710.300.21325.1757.4351.18
HexCA3B8E0471E151453933
Octal31273216010736255057163
Binary1100101011101110001110010001111111010101101000101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3B8E; }

 p { color: rgb(202,59,142); }

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

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

 a { background-color: rgb(202,59,142); }

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

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

 span { border-color: rgb(202,59,142); }

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