#C14195

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

Shades of Mulberry #C14195

Tints of Mulberry #C14195

Color information

#C14195 (or 0xC14195) is unknown color: approx Mulberry. HEX triplet: C1, 41 and 95. RGB value is (193,65,149). Sum of RGB (Red+Green+Blue) = 193+65+149=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C14195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14195 is #3EBE6A. Grayscale: #707070. Windows color (decimal): -4111979 or 9781697. OLE color: 9781697.

HSL color Cylindrical-coordinate representation of color #C14195: hue angle of 320.62º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C14195 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB19365149-
CMYK00.660.230.24
HSL320.62º50.79%50.59%-
HSV(B)320.62º66.32%75.69%-
XYZ29.3117.2930.23-
YUV112.85148.41185.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.42%
GREEN value IS 65 (25.78% from 255) = 15.97%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=47.42%
G=15.97%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936514900.660.230.24320.6250.7950.59
HexC1419504217181413333
Octal301101225010227305016363
Binary11000001100000110010101010000101011111000101000001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14195; }

 p { color: rgb(193,65,149); }

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

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

 a { background-color: rgb(193,65,149); }

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

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

 span { border-color: rgb(193,65,149); }

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