#C14F91

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

Shades of Mulberry #C14F91

Tints of Mulberry #C14F91

Color information

#C14F91 (or 0xC14F91) is unknown color: approx Mulberry. HEX triplet: C1, 4F and 91. RGB value is (193,79,145). Sum of RGB (Red+Green+Blue) = 193+79+145=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14F91 is #3EB06E. Grayscale: #787878. Windows color (decimal): -4108399 or 9523137. OLE color: 9523137.

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

Color convert

RGB19379145-
CMYK00.590.250.24
HSL325.26º47.9%53.33%-
HSV(B)325.26º59.07%75.69%-
XYZ29.918.9728.87-
YUV120.61141.77179.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.28%
GREEN value IS 79 (31.25% from 255) = 18.94%
BLUE value IS 145 (57.03% from 255) = 34.77%
R=46.28%
G=18.94%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937914500.590.250.24325.2647.953.33
HexC14F9103B19181453035
Octal30111722107331305056065
Binary1100000110011111001000101110111100111000101000101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14F91; }

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

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

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

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

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

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

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

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