Html Css Color HEX #C44C82 Mulberry

📋 copy color: '#C44C82'

red 196 ◦ green 76 ◦ blue 130

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

Shades of Mulberry #C44C82

Tints of Mulberry #C44C82

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.91%

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

R = 48.76%
G = 18.91%
B = 32.34%

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

#C44C82 (or 0xC44C82) is known color: Mulberry. HEX triplet: C4, 4C and 82. RGB value is (196,76,130). Sum of RGB (Red+Green+Blue) = 196+76+130=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44C82 is #3BB37D. Grayscale: #757575. Windows color (decimal): -3912574 or 8539332. OLE color: 8539332.

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

Color convert

RGB 196 76 130 -
CMYK 0 0.61 0.34 0.23
HSL 333º 0.5% 0.53% -
HSV(B) 333º 0.61% 0.77% -
XYZ 29.38 18.52 23.14 -
YUV 118.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 196 76 130 0 0.61 0.34 0.23 333 0.5 0.53
Hex C4 4C 82 0 3D 22 17 14D 32 35
Octal 304 114 202 0 75 42 27 515 62 65
Binary 11000100 1001100 10000010 0 111101 100010 10111 101001101 110010 110101

Color Harmonies of #C44C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44C82

Black with #C44C82

Text Example


Text Example

White with #C44C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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