#C14F8C

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

Shades of Mulberry #C14F8C

Tints of Mulberry #C14F8C

Color information

#C14F8C (or 0xC14F8C) is unknown color: approx Mulberry. HEX triplet: C1, 4F and 8C. RGB value is (193,79,140). Sum of RGB (Red+Green+Blue) = 193+79+140=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14F8C is #3EB073. Grayscale: #777777. Windows color (decimal): -4108404 or 9195457. OLE color: 9195457.

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

Color convert

RGB19379140-
CMYK00.590.270.24
HSL327.89º47.9%53.33%-
HSV(B)327.89º59.07%75.69%-
XYZ29.5218.8226.89-
YUV120.04139.27180.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.84%
GREEN value IS 79 (31.25% from 255) = 19.17%
BLUE value IS 140 (55.08% from 255) = 33.98%
R=46.84%
G=19.17%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937914000.590.270.24327.8947.953.33
HexC14F8C03B1B181483035
Octal30111721407333305106065
Binary1100000110011111000110001110111101111000101001000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14F8C; }

 p { color: rgb(193,79,140); }

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

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

 a { background-color: rgb(193,79,140); }

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

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

 span { border-color: rgb(193,79,140); }

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