#C14F8A

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

Shades of Mulberry #C14F8A

Tints of Mulberry #C14F8A

Color information

#C14F8A (or 0xC14F8A) is unknown color: approx Mulberry. HEX triplet: C1, 4F and 8A. RGB value is (193,79,138). Sum of RGB (Red+Green+Blue) = 193+79+138=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14F8A is #3EB075. Grayscale: #777777. Windows color (decimal): -4108406 or 9064385. OLE color: 9064385.

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

Color convert

RGB19379138-
CMYK00.590.280.24
HSL328.95º47.9%53.33%-
HSV(B)328.95º59.07%75.69%-
XYZ29.3818.7626.12-
YUV119.81138.27180.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.07%
GREEN value IS 79 (31.25% from 255) = 19.27%
BLUE value IS 138 (54.30% from 255) = 33.66%
R=47.07%
G=19.27%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937913800.590.280.24328.9547.953.33
HexC14F8A03B1C181493035
Octal30111721207334305116065
Binary1100000110011111000101001110111110011000101001001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14F8A; }

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

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

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

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

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

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

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

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