#C354A1

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

Shades of Mulberry #C354A1

Tints of Mulberry #C354A1

Color information

#C354A1 (or 0xC354A1) is unknown color: approx Mulberry. HEX triplet: C3, 54 and A1. RGB value is (195,84,161). Sum of RGB (Red+Green+Blue) = 195+84+161=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C354A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C354A1 is #3CAB5E. Grayscale: #7D7D7D. Windows color (decimal): -3976031 or 10572995. OLE color: 10572995.

HSL color Cylindrical-coordinate representation of color #C354A1: hue angle of 318.38º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C354A1 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB19584161-
CMYK00.570.170.24
HSL318.38º48.05%54.71%-
HSV(B)318.38º56.92%76.47%-
XYZ32.1120.5235.99-
YUV125.97147.77177.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.32%
GREEN value IS 84 (33.20% from 255) = 19.09%
BLUE value IS 161 (63.28% from 255) = 36.59%
R=44.32%
G=19.09%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958416100.570.170.24318.3848.0554.71
HexC354A1039111813e3037
Octal30312424107121304766067
Binary1100001110101001010000101110011000111000100111110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C354A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C354A1; }

 p { color: rgb(195,84,161); }

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

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

 a { background-color: rgb(195,84,161); }

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

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

 span { border-color: rgb(195,84,161); }

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