Html Css Color HEX #C44F82 Mulberry

📋 copy color: '#C44F82'

red 196 ◦ green 79 ◦ blue 130

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

Shades of Mulberry #C44F82

Tints of Mulberry #C44F82

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.51%

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

R = 48.4%
G = 19.51%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C44F82 (or 0xC44F82) is known color: 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

RGB 196 79 130 -
CMYK 0 0.60 0.34 0.23
HSL 333.85º 0.5% 0.54% -
HSV(B) 333.85º 0.6% 0.77% -
XYZ 29.59 18.94 23.22 -
YUV 119.8 133.76 182.35 -
System Red Green Blue C M Y K H S L
Decimal 196 79 130 0 0.60 0.34 0.23 333.85 0.5 0.54
Hex C4 4F 82 0 3C 22 17 14E 32 36
Octal 304 117 202 0 74 42 27 516 62 66
Binary 11000100 1001111 10000010 0 111100 100010 10111 101001110 110010 110110

Color Harmonies of #C44F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44F82

Black with #C44F82

Text Example


Text Example

White with #C44F82

Text Example


Text Example

HTML Codes & Css Web 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>