#CA3D99

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

Shades of Mulberry #CA3D99

Tints of Mulberry #CA3D99

Color information

#CA3D99 (or 0xCA3D99) is unknown color: approx Mulberry. HEX triplet: CA, 3D and 99. RGB value is (202,61,153). Sum of RGB (Red+Green+Blue) = 202+61+153=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3D99 is #35C266. Grayscale: #717171. Windows color (decimal): -3523175 or 10042826. OLE color: 10042826.

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

Color convert

RGB20261153-
CMYK00.700.240.21
HSL320.85º57.09%51.57%-
HSV(B)320.85º69.8%79.22%-
XYZ31.7818.1931.97-
YUV113.65150.21191.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.56%
GREEN value IS 61 (24.22% from 255) = 14.66%
BLUE value IS 153 (60.16% from 255) = 36.78%
R=48.56%
G=14.66%
B=36.78%

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
Decimal2026115300.700.240.21320.8557.0951.57
HexCA3D9904618151413934
Octal31275231010630255017164
Binary1100101011110110011001010001101100010101101000001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3D99; }

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

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

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

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

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

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

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

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