#CA4F8B

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

Shades of Mulberry #CA4F8B

Tints of Mulberry #CA4F8B

Color information

#CA4F8B (or 0xCA4F8B) is unknown color: approx Mulberry. HEX triplet: CA, 4F and 8B. RGB value is (202,79,139). Sum of RGB (Red+Green+Blue) = 202+79+139=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4F8B is #35B074. Grayscale: #7A7A7A. Windows color (decimal): -3518581 or 9129930. OLE color: 9129930.

HSL color Cylindrical-coordinate representation of color #CA4F8B: hue angle of 330.73º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA4F8B is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB20279139-
CMYK00.610.310.21
HSL330.73º53.71%55.1%-
HSV(B)330.73º60.89%79.22%-
XYZ31.8120.0126.61-
YUV122.62137.25184.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.10%
GREEN value IS 79 (31.25% from 255) = 18.81%
BLUE value IS 139 (54.69% from 255) = 33.10%
R=48.10%
G=18.81%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027913900.610.310.21330.7353.7155.1
HexCA4F8B03D1F1514b3637
Octal31211721307537255136667
Binary1100101010011111000101101111011111110101101001011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4F8B; }

 p { color: rgb(202,79,139); }

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

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

 a { background-color: rgb(202,79,139); }

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

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

 span { border-color: rgb(202,79,139); }

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