#CA4EA1

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

Shades of Mulberry #CA4EA1

Tints of Mulberry #CA4EA1

Color information

#CA4EA1 (or 0xCA4EA1) is unknown color: approx Mulberry. HEX triplet: CA, 4E and A1. RGB value is (202,78,161). Sum of RGB (Red+Green+Blue) = 202+78+161=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4EA1 is #35B15E. Grayscale: #7C7C7C. Windows color (decimal): -3518815 or 10571466. OLE color: 10571466.

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

Color convert

RGB20278161-
CMYK00.610.200.21
HSL319.84º53.91%54.9%-
HSV(B)319.84º61.39%79.22%-
XYZ33.5120.5835.92-
YUV124.54148.58183.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 78 (30.86% from 255) = 17.69%
BLUE value IS 161 (63.28% from 255) = 36.51%
R=45.80%
G=17.69%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027816100.610.200.21319.8453.9154.9
HexCA4EA103D14151403637
Octal31211624107524255006667
Binary1100101010011101010000101111011010010101101000000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4EA1; }

 p { color: rgb(202,78,161); }

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

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

 a { background-color: rgb(202,78,161); }

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

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

 span { border-color: rgb(202,78,161); }

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