Html Css Color HEX #C44782 Mulberry

📋 copy color: '#C44782'

red 196 ◦ green 71 ◦ blue 130

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

Shades of Mulberry #C44782

Tints of Mulberry #C44782

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.88%

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

R = 49.37%
G = 17.88%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C44782 (or 0xC44782) is known color: Mulberry. HEX triplet: C4, 47 and 82. RGB value is (196,71,130). Sum of RGB (Red+Green+Blue) = 196+71+130=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C44782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44782 is #3BB87D. Grayscale: #727272. Windows color (decimal): -3913854 or 8538052. OLE color: 8538052.

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

Color convert

RGB 196 71 130 -
CMYK 0 0.64 0.34 0.23
HSL 331.68º 0.51% 0.52% -
HSV(B) 331.68º 0.64% 0.77% -
XYZ 29.05 17.85 23.03 -
YUV 115.1 136.41 185.7 -
System Red Green Blue C M Y K H S L
Decimal 196 71 130 0 0.64 0.34 0.23 331.68 0.51 0.52
Hex C4 47 82 0 40 22 17 14C 33 34
Octal 304 107 202 0 100 42 27 514 63 64
Binary 11000100 1000111 10000010 0 1000000 100010 10111 101001100 110011 110100

Color Harmonies of #C44782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44782

Black with #C44782

Text Example


Text Example

White with #C44782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44782; }

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

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

background-color css

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

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

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

border-color css

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

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

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