#C541A3

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

Shades of Mulberry #C541A3

Tints of Mulberry #C541A3

Color information

#C541A3 (or 0xC541A3) is unknown color: approx Mulberry. HEX triplet: C5, 41 and A3. RGB value is (197,65,163). Sum of RGB (Red+Green+Blue) = 197+65+163=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C541A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C541A3 is #3ABE5C. Grayscale: #737373. Windows color (decimal): -3849821 or 10699205. OLE color: 10699205.

HSL color Cylindrical-coordinate representation of color #C541A3: hue angle of 315.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C541A3 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB19765163-
CMYK00.670.170.23
HSL315.45º53.23%51.37%-
HSV(B)315.45º67.01%77.25%-
XYZ31.5318.336.52-
YUV115.64154.73186.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.35%
GREEN value IS 65 (25.78% from 255) = 15.29%
BLUE value IS 163 (64.06% from 255) = 38.35%
R=46.35%
G=15.29%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976516300.670.170.23315.4553.2351.37
HexC541A3043111713b3533
Octal305101243010321274736563
Binary11000101100000110100011010000111000110111100111011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C541A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C541A3; }

 p { color: rgb(197,65,163); }

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

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

 a { background-color: rgb(197,65,163); }

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

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

 span { border-color: rgb(197,65,163); }

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