#C13D96

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

Shades of Mulberry #C13D96

Tints of Mulberry #C13D96

Color information

#C13D96 (or 0xC13D96) is unknown color: approx Mulberry. HEX triplet: C1, 3D and 96. RGB value is (193,61,150). Sum of RGB (Red+Green+Blue) = 193+61+150=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13D96 is #3EC269. Grayscale: #6E6E6E. Windows color (decimal): -4113002 or 9846209. OLE color: 9846209.

HSL color Cylindrical-coordinate representation of color #C13D96: hue angle of 319.55º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13D96 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB19361150-
CMYK00.680.220.24
HSL319.55º51.97%49.8%-
HSV(B)319.55º68.39%75.69%-
XYZ29.1716.8830.57-
YUV110.61150.23186.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.77%
GREEN value IS 61 (24.22% from 255) = 15.10%
BLUE value IS 150 (58.98% from 255) = 37.13%
R=47.77%
G=15.10%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936115000.680.220.24319.5551.9749.8
HexC13D9604416181403432
Octal30175226010426305006462
Binary1100000111110110010110010001001011011000101000000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13D96; }

 p { color: rgb(193,61,150); }

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

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

 a { background-color: rgb(193,61,150); }

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

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

 span { border-color: rgb(193,61,150); }

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