#C14F9D

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

Shades of Mulberry #C14F9D

Tints of Mulberry #C14F9D

Color information

#C14F9D (or 0xC14F9D) is unknown color: approx Mulberry. HEX triplet: C1, 4F and 9D. RGB value is (193,79,157). Sum of RGB (Red+Green+Blue) = 193+79+157=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14F9D is #3EB062. Grayscale: #797979. Windows color (decimal): -4108387 or 10309569. OLE color: 10309569.

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

Color convert

RGB19379157-
CMYK00.590.190.24
HSL318.95º47.9%53.33%-
HSV(B)318.95º59.07%75.69%-
XYZ30.8719.3634.01-
YUV121.98147.77178.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.99%
GREEN value IS 79 (31.25% from 255) = 18.41%
BLUE value IS 157 (61.72% from 255) = 36.60%
R=44.99%
G=18.41%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937915700.590.190.24318.9547.953.33
HexC14F9D03B131813f3035
Octal30111723507323304776065
Binary1100000110011111001110101110111001111000100111111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14F9D; }

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

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

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

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

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

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

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

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