#CA3D9A

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

Shades of Mulberry #CA3D9A

Tints of Mulberry #CA3D9A

Color information

#CA3D9A (or 0xCA3D9A) is unknown color: approx Mulberry. HEX triplet: CA, 3D and 9A. RGB value is (202,61,154). Sum of RGB (Red+Green+Blue) = 202+61+154=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3D9A is #35C265. Grayscale: #717171. Windows color (decimal): -3523174 or 10108362. OLE color: 10108362.

HSL color Cylindrical-coordinate representation of color #CA3D9A: hue angle of 320.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3D9A is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB20261154-
CMYK00.700.240.21
HSL320.43º57.09%51.57%-
HSV(B)320.43º69.8%79.22%-
XYZ31.8618.2332.41-
YUV113.76150.71190.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.44%
GREEN value IS 61 (24.22% from 255) = 14.63%
BLUE value IS 154 (60.55% from 255) = 36.93%
R=48.44%
G=14.63%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026115400.700.240.21320.4357.0951.57
HexCA3D9A04618151403934
Octal31275232010630255007164
Binary1100101011110110011010010001101100010101101000000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3D9A; }

 p { color: rgb(202,61,154); }

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

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

 a { background-color: rgb(202,61,154); }

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

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

 span { border-color: rgb(202,61,154); }

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