#C541A7

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

Shades of Mulberry #C541A7

Tints of Mulberry #C541A7

Color information

#C541A7 (or 0xC541A7) is unknown color: approx Mulberry. HEX triplet: C5, 41 and A7. RGB value is (197,65,167). Sum of RGB (Red+Green+Blue) = 197+65+167=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C541A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C541A7 is #3ABE58. Grayscale: #737373. Windows color (decimal): -3849817 or 10961349. OLE color: 10961349.

HSL color Cylindrical-coordinate representation of color #C541A7: hue angle of 313.64º 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 #C541A7 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB19765167-
CMYK00.670.150.23
HSL313.64º53.23%51.37%-
HSV(B)313.64º67.01%77.25%-
XYZ31.8918.4438.44-
YUV116.1156.73185.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.92%
GREEN value IS 65 (25.78% from 255) = 15.15%
BLUE value IS 167 (65.62% from 255) = 38.93%
R=45.92%
G=15.15%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976516700.670.150.23313.6453.2351.37
HexC541A7043F1713a3533
Octal305101247010317274726563
Binary1100010110000011010011101000011111110111100111010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C541A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C541A7; }

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

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

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

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

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

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

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

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