#C14C85

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

Shades of Mulberry #C14C85

Tints of Mulberry #C14C85

Color information

#C14C85 (or 0xC14C85) is unknown color: approx Mulberry. HEX triplet: C1, 4C and 85. RGB value is (193,76,133). Sum of RGB (Red+Green+Blue) = 193+76+133=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14C85 is #3EB37A. Grayscale: #757575. Windows color (decimal): -4109179 or 8735937. OLE color: 8735937.

HSL color Cylindrical-coordinate representation of color #C14C85: hue angle of 330.77º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C14C85 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB19376133-
CMYK00.610.310.24
HSL330.77º48.55%52.75%-
HSV(B)330.77º60.62%75.69%-
XYZ28.8118.224.18-
YUV117.48136.76181.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.01%
GREEN value IS 76 (30.08% from 255) = 18.91%
BLUE value IS 133 (52.34% from 255) = 33.08%
R=48.01%
G=18.91%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937613300.610.310.24330.7748.5552.75
HexC14C8503D1F1814b3135
Octal30111420507537305136165
Binary1100000110011001000010101111011111111000101001011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14C85; }

 p { color: rgb(193,76,133); }

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

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

 a { background-color: rgb(193,76,133); }

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

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

 span { border-color: rgb(193,76,133); }

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