#C14C9C

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

Shades of Mulberry #C14C9C

Tints of Mulberry #C14C9C

Color information

#C14C9C (or 0xC14C9C) is unknown color: approx Mulberry. HEX triplet: C1, 4C and 9C. RGB value is (193,76,156). Sum of RGB (Red+Green+Blue) = 193+76+156=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14C9C is #3EB363. Grayscale: #777777. Windows color (decimal): -4109156 or 10243265. OLE color: 10243265.

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

Color convert

RGB19376156-
CMYK00.610.190.24
HSL318.97º48.55%52.75%-
HSV(B)318.97º60.62%75.69%-
XYZ30.5818.9133.49-
YUV120.1148.26180-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.41%
GREEN value IS 76 (30.08% from 255) = 17.88%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=45.41%
G=17.88%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937615600.610.190.24318.9748.5552.75
HexC14C9C03D131813f3135
Octal30111423407523304776165
Binary1100000110011001001110001111011001111000100111111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14C9C; }

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

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

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

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

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

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

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

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