#C350A3

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

Shades of Mulberry #C350A3

Tints of Mulberry #C350A3

Color information

#C350A3 (or 0xC350A3) is unknown color: approx Mulberry. HEX triplet: C3, 50 and A3. RGB value is (195,80,163). Sum of RGB (Red+Green+Blue) = 195+80+163=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C350A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C350A3 is #3CAF5C. Grayscale: #7B7B7B. Windows color (decimal): -3977053 or 10703043. OLE color: 10703043.

HSL color Cylindrical-coordinate representation of color #C350A3: hue angle of 316.7º 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 #C350A3 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB19580163-
CMYK00.590.160.24
HSL316.7º48.94%53.92%-
HSV(B)316.7º58.97%76.47%-
XYZ31.9919.9836.82-
YUV123.85150.1178.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.52%
GREEN value IS 80 (31.64% from 255) = 18.26%
BLUE value IS 163 (64.06% from 255) = 37.21%
R=44.52%
G=18.26%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958016300.590.160.24316.748.9453.92
HexC350A303B101813d3136
Octal30312024307320304756166
Binary1100001110100001010001101110111000011000100111101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C350A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C350A3; }

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

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

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

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

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

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

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

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