#C14C88

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

Shades of Mulberry #C14C88

Tints of Mulberry #C14C88

Color information

#C14C88 (or 0xC14C88) is unknown color: approx Mulberry. HEX triplet: C1, 4C and 88. RGB value is (193,76,136). Sum of RGB (Red+Green+Blue) = 193+76+136=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14C88 is #3EB377. Grayscale: #757575. Windows color (decimal): -4109176 or 8932545. OLE color: 8932545.

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

Color convert

RGB19376136-
CMYK00.610.300.24
HSL329.23º48.55%52.75%-
HSV(B)329.23º60.62%75.69%-
XYZ29.0218.2825.29-
YUV117.82138.26181.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.65%
GREEN value IS 76 (30.08% from 255) = 18.77%
BLUE value IS 136 (53.52% from 255) = 33.58%
R=47.65%
G=18.77%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937613600.610.300.24329.2348.5552.75
HexC14C8803D1E181493135
Octal30111421007536305116165
Binary1100000110011001000100001111011111011000101001001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14C88; }

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

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

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

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

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

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

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

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