#C1519D

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

Shades of Mulberry #C1519D

Tints of Mulberry #C1519D

Color information

#C1519D (or 0xC1519D) is unknown color: approx Mulberry. HEX triplet: C1, 51 and 9D. RGB value is (193,81,157). Sum of RGB (Red+Green+Blue) = 193+81+157=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1519D is #3EAE62. Grayscale: #7A7A7A. Windows color (decimal): -4107875 or 10310081. OLE color: 10310081.

HSL color Cylindrical-coordinate representation of color #C1519D: hue angle of 319.29º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1519D is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB19381157-
CMYK00.580.190.24
HSL319.29º47.46%53.73%-
HSV(B)319.29º58.03%75.69%-
XYZ31.0219.6634.06-
YUV123.15147.11177.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.78%
GREEN value IS 81 (32.03% from 255) = 18.79%
BLUE value IS 157 (61.72% from 255) = 36.43%
R=44.78%
G=18.79%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938115700.580.190.24319.2947.4653.73
HexC1519D03A131813f2f36
Octal30112123507223304775766
Binary1100000110100011001110101110101001111000100111111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1519D; }

 p { color: rgb(193,81,157); }

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

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

 a { background-color: rgb(193,81,157); }

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

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

 span { border-color: rgb(193,81,157); }

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