#C04D90

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

Shades of Mulberry #C04D90

Tints of Mulberry #C04D90

Color information

#C04D90 (or 0xC04D90) is unknown color: approx Mulberry. HEX triplet: C0, 4D and 90. RGB value is (192,77,144). Sum of RGB (Red+Green+Blue) = 192+77+144=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04D90 is #3FB26F. Grayscale: #767676. Windows color (decimal): -4174448 or 9457088. OLE color: 9457088.

HSL color Cylindrical-coordinate representation of color #C04D90: hue angle of 325.04º 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 #C04D90 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB19277144-
CMYK00.600.250.25
HSL325.04º47.72%52.75%-
HSV(B)325.04º59.9%75.29%-
XYZ29.4318.5328.41-
YUV119.02142.1180.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.49%
GREEN value IS 77 (30.47% from 255) = 18.64%
BLUE value IS 144 (56.64% from 255) = 34.87%
R=46.49%
G=18.64%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927714400.600.250.25325.0447.7252.75
HexC04D9003C19191453035
Octal30011522007431315056065
Binary1100000010011011001000001111001100111001101000101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04D90; }

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

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

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

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

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

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

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

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