#C14F97

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

Shades of Mulberry #C14F97

Tints of Mulberry #C14F97

Color information

#C14F97 (or 0xC14F97) is unknown color: approx Mulberry. HEX triplet: C1, 4F and 97. RGB value is (193,79,151). Sum of RGB (Red+Green+Blue) = 193+79+151=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14F97 is #3EB068. Grayscale: #797979. Windows color (decimal): -4108393 or 9916353. OLE color: 9916353.

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

Color convert

RGB19379151-
CMYK00.590.220.24
HSL322.11º47.9%53.33%-
HSV(B)322.11º59.07%75.69%-
XYZ30.3719.1631.38-
YUV121.29144.77179.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.63%
GREEN value IS 79 (31.25% from 255) = 18.68%
BLUE value IS 151 (59.38% from 255) = 35.70%
R=45.63%
G=18.68%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937915100.590.220.24322.1147.953.33
HexC14F9703B16181423035
Octal30111722707326305026065
Binary1100000110011111001011101110111011011000101000010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14F97; }

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

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

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

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

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

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

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

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