#C13F91

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

Shades of Mulberry #C13F91

Tints of Mulberry #C13F91

Color information

#C13F91 (or 0xC13F91) is unknown color: approx Mulberry. HEX triplet: C1, 3F and 91. RGB value is (193,63,145). Sum of RGB (Red+Green+Blue) = 193+63+145=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13F91 is #3EC06E. Grayscale: #6F6F6F. Windows color (decimal): -4112495 or 9519041. OLE color: 9519041.

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

Color convert

RGB19363145-
CMYK00.670.250.24
HSL322.15º51.18%50.2%-
HSV(B)322.15º67.36%75.69%-
XYZ28.8816.9428.54-
YUV111.22147.07186.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.13%
GREEN value IS 63 (25% from 255) = 15.71%
BLUE value IS 145 (57.03% from 255) = 36.16%
R=48.13%
G=15.71%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936314500.670.250.24322.1551.1850.2
HexC13F9104319181423332
Octal30177221010331305026362
Binary1100000111111110010001010000111100111000101000010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13F91; }

 p { color: rgb(193,63,145); }

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

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

 a { background-color: rgb(193,63,145); }

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

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

 span { border-color: rgb(193,63,145); }

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