#C14B94

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

Shades of Mulberry #C14B94

Tints of Mulberry #C14B94

Color information

#C14B94 (or 0xC14B94) is unknown color: approx Mulberry. HEX triplet: C1, 4B and 94. RGB value is (193,75,148). Sum of RGB (Red+Green+Blue) = 193+75+148=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14B94 is #3EB46B. Grayscale: #767676. Windows color (decimal): -4109420 or 9718721. OLE color: 9718721.

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

Color convert

RGB19375148-
CMYK00.610.230.24
HSL322.88º48.76%52.55%-
HSV(B)322.88º61.14%75.69%-
XYZ29.8518.5130.02-
YUV118.6144.59181.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.39%
GREEN value IS 75 (29.69% from 255) = 18.03%
BLUE value IS 148 (58.20% from 255) = 35.58%
R=46.39%
G=18.03%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937514800.610.230.24322.8848.7652.55
HexC14B9403D17181433135
Octal30111322407527305036165
Binary1100000110010111001010001111011011111000101000011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14B94; }

 p { color: rgb(193,75,148); }

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

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

 a { background-color: rgb(193,75,148); }

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

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

 span { border-color: rgb(193,75,148); }

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