#C04D81

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

Shades of Mulberry #C04D81

Tints of Mulberry #C04D81

Color information

#C04D81 (or 0xC04D81) is unknown color: approx Mulberry. HEX triplet: C0, 4D and 81. RGB value is (192,77,129). Sum of RGB (Red+Green+Blue) = 192+77+129=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04D81 is #3FB27E. Grayscale: #757575. Windows color (decimal): -4174463 or 8474048. OLE color: 8474048.

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

Color convert

RGB19277129-
CMYK00.600.330.25
HSL332.87º47.72%52.75%-
HSV(B)332.87º59.9%75.29%-
XYZ28.3518.122.77-
YUV117.31134.6181.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.24%
GREEN value IS 77 (30.47% from 255) = 19.35%
BLUE value IS 129 (50.78% from 255) = 32.41%
R=48.24%
G=19.35%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927712900.600.330.25332.8747.7252.75
HexC04D8103C211914d3035
Octal30011520107441315156065
Binary11000000100110110000001011110010000111001101001101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04D81; }

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

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

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

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

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

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

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

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