#C14B9D

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

Shades of Mulberry #C14B9D

Tints of Mulberry #C14B9D

Color information

#C14B9D (or 0xC14B9D) is unknown color: approx Mulberry. HEX triplet: C1, 4B and 9D. RGB value is (193,75,157). Sum of RGB (Red+Green+Blue) = 193+75+157=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14B9D is #3EB462. Grayscale: #777777. Windows color (decimal): -4109411 or 10308545. OLE color: 10308545.

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

Color convert

RGB19375157-
CMYK00.610.190.24
HSL318.31º48.76%52.55%-
HSV(B)318.31º61.14%75.69%-
XYZ30.5918.833.92-
YUV119.63149.09180.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.41%
GREEN value IS 75 (29.69% from 255) = 17.65%
BLUE value IS 157 (61.72% from 255) = 36.94%
R=45.41%
G=17.65%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937515700.610.190.24318.3148.7652.55
HexC14B9D03D131813e3135
Octal30111323507523304766165
Binary1100000110010111001110101111011001111000100111110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14B9D; }

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

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

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

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

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

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

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

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