#C544A1

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

Shades of Mulberry #C544A1

Tints of Mulberry #C544A1

Color information

#C544A1 (or 0xC544A1) is unknown color: approx Mulberry. HEX triplet: C5, 44 and A1. RGB value is (197,68,161). Sum of RGB (Red+Green+Blue) = 197+68+161=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 161 (63.28% from 255 or 37.79% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C544A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C544A1 is #3ABB5E. Grayscale: #747474. Windows color (decimal): -3849055 or 10568901. OLE color: 10568901.

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

Color convert

RGB19768161-
CMYK00.650.180.23
HSL316.74º52.65%51.96%-
HSV(B)316.74º65.48%77.25%-
XYZ31.5318.5835.64-
YUV117.17152.74184.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.24%
GREEN value IS 68 (26.95% from 255) = 15.96%
BLUE value IS 161 (63.28% from 255) = 37.79%
R=46.24%
G=15.96%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976816100.650.180.23316.7452.6551.96
HexC544A1041121713d3534
Octal305104241010122274756564
Binary11000101100010010100001010000011001010111100111101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C544A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C544A1; }

 p { color: rgb(197,68,161); }

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

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

 a { background-color: rgb(197,68,161); }

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

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

 span { border-color: rgb(197,68,161); }

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