#C14788

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

Shades of Mulberry #C14788

Tints of Mulberry #C14788

Color information

#C14788 (or 0xC14788) is unknown color: approx Mulberry. HEX triplet: C1, 47 and 88. RGB value is (193,71,136). Sum of RGB (Red+Green+Blue) = 193+71+136=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C14788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14788 is #3EB877. Grayscale: #727272. Windows color (decimal): -4110456 or 8931265. OLE color: 8931265.

HSL color Cylindrical-coordinate representation of color #C14788: hue angle of 328.03º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C14788 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB19371136-
CMYK00.630.300.24
HSL328.03º49.59%51.76%-
HSV(B)328.03º63.21%75.69%-
XYZ28.6917.6225.18-
YUV114.89139.92183.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.25%
GREEN value IS 71 (28.12% from 255) = 17.75%
BLUE value IS 136 (53.52% from 255) = 34%
R=48.25%
G=17.75%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937113600.630.300.24328.0349.5951.76
HexC1478803F1E181483234
Octal30110721007736305106264
Binary1100000110001111000100001111111111011000101001000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14788; }

 p { color: rgb(193,71,136); }

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

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

 a { background-color: rgb(193,71,136); }

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

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

 span { border-color: rgb(193,71,136); }

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