#C13D97

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

Shades of Mulberry #C13D97

Tints of Mulberry #C13D97

Color information

#C13D97 (or 0xC13D97) is unknown color: approx Mulberry. HEX triplet: C1, 3D and 97. RGB value is (193,61,151). Sum of RGB (Red+Green+Blue) = 193+61+151=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13D97 is #3EC268. Grayscale: #6E6E6E. Windows color (decimal): -4113001 or 9911745. OLE color: 9911745.

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

Color convert

RGB19361151-
CMYK00.680.220.24
HSL319.09º51.97%49.8%-
HSV(B)319.09º68.39%75.69%-
XYZ29.2516.9131-
YUV110.73150.73186.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.65%
GREEN value IS 61 (24.22% from 255) = 15.06%
BLUE value IS 151 (59.38% from 255) = 37.28%
R=47.65%
G=15.06%
B=37.28%

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
Decimal1936115100.680.220.24319.0951.9749.8
HexC13D97044161813f3432
Octal30175227010426304776462
Binary1100000111110110010111010001001011011000100111111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13D97; }

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

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

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

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

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

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

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

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