Html Css Color HEX #C44882 Mulberry

📋 copy color: '#C44882'

red 196 ◦ green 72 ◦ blue 130

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

Shades of Mulberry #C44882

Tints of Mulberry #C44882

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.09%

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

R = 49.25%
G = 18.09%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C44882 (or 0xC44882) is known color: Mulberry. HEX triplet: C4, 48 and 82. RGB value is (196,72,130). Sum of RGB (Red+Green+Blue) = 196+72+130=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C44882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44882 is #3BB77D. Grayscale: #737373. Windows color (decimal): -3913598 or 8538308. OLE color: 8538308.

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

Color convert

RGB 196 72 130 -
CMYK 0 0.63 0.34 0.23
HSL 331.94º 0.51% 0.53% -
HSV(B) 331.94º 0.63% 0.77% -
XYZ 29.11 17.98 23.06 -
YUV 115.69 136.08 185.28 -
System Red Green Blue C M Y K H S L
Decimal 196 72 130 0 0.63 0.34 0.23 331.94 0.51 0.53
Hex C4 48 82 0 3F 22 17 14C 33 35
Octal 304 110 202 0 77 42 27 514 63 65
Binary 11000100 1001000 10000010 0 111111 100010 10111 101001100 110011 110101

Color Harmonies of #C44882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44882

Black with #C44882

Text Example


Text Example

White with #C44882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44882; }

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

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

background-color css

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

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

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

border-color css

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

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

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