#C14D83

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

Shades of Mulberry #C14D83

Tints of Mulberry #C14D83

Color information

#C14D83 (or 0xC14D83) is unknown color: approx Mulberry. HEX triplet: C1, 4D and 83. RGB value is (193,77,131). Sum of RGB (Red+Green+Blue) = 193+77+131=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14D83 is #3EB27C. Grayscale: #757575. Windows color (decimal): -4108925 or 8605121. OLE color: 8605121.

HSL color Cylindrical-coordinate representation of color #C14D83: hue angle of 332.07º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C14D83 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB19377131-
CMYK00.600.320.24
HSL332.07º48.33%52.94%-
HSV(B)332.07º60.1%75.69%-
XYZ28.7418.2823.49-
YUV117.84135.43181.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.13%
GREEN value IS 77 (30.47% from 255) = 19.20%
BLUE value IS 131 (51.56% from 255) = 32.67%
R=48.13%
G=19.20%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937713100.600.320.24332.0748.3352.94
HexC14D8303C201814c3035
Octal30111520307440305146065
Binary11000001100110110000011011110010000011000101001100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14D83; }

 p { color: rgb(193,77,131); }

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

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

 a { background-color: rgb(193,77,131); }

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

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

 span { border-color: rgb(193,77,131); }

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