#C13E97

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

Shades of Mulberry #C13E97

Tints of Mulberry #C13E97

Color information

#C13E97 (or 0xC13E97) is unknown color: approx Mulberry. HEX triplet: C1, 3E and 97. RGB value is (193,62,151). Sum of RGB (Red+Green+Blue) = 193+62+151=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 62 (24.61% from 255 or 15.27% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13E97 is #3EC168. Grayscale: #6F6F6F. Windows color (decimal): -4112745 or 9912001. OLE color: 9912001.

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

Color convert

RGB19362151-
CMYK00.680.220.24
HSL319.24º51.37%50%-
HSV(B)319.24º67.88%75.69%-
XYZ29.317.0231.02-
YUV111.32150.4186.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.54%
GREEN value IS 62 (24.61% from 255) = 15.27%
BLUE value IS 151 (59.38% from 255) = 37.19%
R=47.54%
G=15.27%
B=37.19%

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
Decimal1936215100.680.220.24319.2451.3750
HexC13E97044161813f3332
Octal30176227010426304776362
Binary1100000111111010010111010001001011011000100111111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13E97; }

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

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

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

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

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

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

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

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