Html Css Color HEX #C44D82 Mulberry

📋 copy color: '#C44D82'

red 196 ◦ green 77 ◦ blue 130

#C44D82
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #C44D82

Tints of Mulberry #C44D82

RGB

 RED value IS 196 (76.95% from 255) = 48.64%

 GREEN value IS 77 (30.47% from 255) = 19.11%

 BLUE value IS 130 (51.17% from 255) = 32.26%

R = 48.64%
G = 19.11%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C44D82 (or 0xC44D82) is known color: Mulberry. HEX triplet: C4, 4D and 82. RGB value is (196,77,130). Sum of RGB (Red+Green+Blue) = 196+77+130=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44D82 is #3BB27D. Grayscale: #767676. Windows color (decimal): -3912318 or 8539588. OLE color: 8539588.

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

Color convert

RGB 196 77 130 -
CMYK 0 0.61 0.34 0.23
HSL 333.28º 0.5% 0.54% -
HSV(B) 333.28º 0.61% 0.77% -
XYZ 29.45 18.66 23.17 -
YUV 118.62 134.42 183.19 -
System Red Green Blue C M Y K H S L
Decimal 196 77 130 0 0.61 0.34 0.23 333.28 0.5 0.54
Hex C4 4D 82 0 3D 22 17 14D 32 36
Octal 304 115 202 0 75 42 27 515 62 66
Binary 11000100 1001101 10000010 0 111101 100010 10111 101001101 110010 110110

Color Harmonies of #C44D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44D82

Black with #C44D82

Text Example


Text Example

White with #C44D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44D82; }

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

 H1.HeaderClassName
 {
   color: #C44D82;
 }
 .AnyTagClassName
 {
   color: #C44D82;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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