#C1529D

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

Shades of Mulberry #C1529D

Tints of Mulberry #C1529D

Color information

#C1529D (or 0xC1529D) is unknown color: approx Mulberry. HEX triplet: C1, 52 and 9D. RGB value is (193,82,157). Sum of RGB (Red+Green+Blue) = 193+82+157=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C1529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1529D is #3EAD62. Grayscale: #7B7B7B. Windows color (decimal): -4107619 or 10310337. OLE color: 10310337.

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

Color convert

RGB19382157-
CMYK00.580.190.24
HSL319.46º47.23%53.92%-
HSV(B)319.46º57.51%75.69%-
XYZ31.119.8134.08-
YUV123.74146.77177.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.68%
GREEN value IS 82 (32.42% from 255) = 18.98%
BLUE value IS 157 (61.72% from 255) = 36.34%
R=44.68%
G=18.98%
B=36.34%

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
Decimal1938215700.580.190.24319.4647.2353.92
HexC1529D03A131813f2f36
Octal30112223507223304775766
Binary1100000110100101001110101110101001111000100111111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1529D; }

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

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

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

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

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

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

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

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