#C04D9B

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

Shades of Mulberry #C04D9B

Tints of Mulberry #C04D9B

Color information

#C04D9B (or 0xC04D9B) is unknown color: approx Mulberry. HEX triplet: C0, 4D and 9B. RGB value is (192,77,155). Sum of RGB (Red+Green+Blue) = 192+77+155=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04D9B is #3FB264. Grayscale: #787878. Windows color (decimal): -4174437 or 10177984. OLE color: 10177984.

HSL color Cylindrical-coordinate representation of color #C04D9B: hue angle of 319.3º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04D9B is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB19277155-
CMYK00.600.190.25
HSL319.3º47.72%52.75%-
HSV(B)319.3º59.9%75.29%-
XYZ30.3118.8833.06-
YUV120.28147.6179.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.28%
GREEN value IS 77 (30.47% from 255) = 18.16%
BLUE value IS 155 (60.94% from 255) = 36.56%
R=45.28%
G=18.16%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927715500.600.190.25319.347.7252.75
HexC04D9B03C131913f3035
Octal30011523307423314776065
Binary1100000010011011001101101111001001111001100111111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04D9B; }

 p { color: rgb(192,77,155); }

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

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

 a { background-color: rgb(192,77,155); }

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

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

 span { border-color: rgb(192,77,155); }

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