#C44F82

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

Shades of Mulberry #C44F82

Tints of Mulberry #C44F82

Color information

#C44F82 (or 0xC44F82) is unknown color: approx Mulberry. HEX triplet: C4, 4F and 82. RGB value is (196,79,130). Sum of RGB (Red+Green+Blue) = 196+79+130=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44F82 is #3BB07D. Grayscale: #777777. Windows color (decimal): -3911806 or 8540100. OLE color: 8540100.

HSL color Cylindrical-coordinate representation of color #C44F82: hue angle of 333.85º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44F82 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB19679130-
CMYK00.600.340.23
HSL333.85º49.79%53.92%-
HSV(B)333.85º59.69%76.86%-
XYZ29.5918.9423.22-
YUV119.8133.76182.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.40%
GREEN value IS 79 (31.25% from 255) = 19.51%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=48.40%
G=19.51%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967913000.600.340.23333.8549.7953.92
HexC44F8203C221714e3236
Octal30411720207442275166266
Binary11000100100111110000010011110010001010111101001110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44F82; }

 p { color: rgb(196,79,130); }

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

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

 a { background-color: rgb(196,79,130); }

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

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

 span { border-color: rgb(196,79,130); }

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