#C350A5

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

Shades of Mulberry #C350A5

Tints of Mulberry #C350A5

Color information

#C350A5 (or 0xC350A5) is unknown color: approx Mulberry. HEX triplet: C3, 50 and A5. RGB value is (195,80,165). Sum of RGB (Red+Green+Blue) = 195+80+165=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C350A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C350A5 is #3CAF5A. Grayscale: #7B7B7B. Windows color (decimal): -3977051 or 10834115. OLE color: 10834115.

HSL color Cylindrical-coordinate representation of color #C350A5: hue angle of 315.65º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C350A5 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB19580165-
CMYK00.590.150.24
HSL315.65º48.94%53.92%-
HSV(B)315.65º58.97%76.47%-
XYZ32.1720.0637.77-
YUV124.07151.1178.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.32%
GREEN value IS 80 (31.64% from 255) = 18.18%
BLUE value IS 165 (64.84% from 255) = 37.5%
R=44.32%
G=18.18%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958016500.590.150.24315.6548.9453.92
HexC350A503BF1813c3136
Octal30312024507317304746166
Binary110000111010000101001010111011111111000100111100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C350A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C350A5; }

 p { color: rgb(195,80,165); }

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

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

 a { background-color: rgb(195,80,165); }

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

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

 span { border-color: rgb(195,80,165); }

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