Html Css Color HEX #C44982 Mulberry

📋 copy color: '#C44982'

red 196 ◦ green 73 ◦ blue 130

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

Shades of Mulberry #C44982

Tints of Mulberry #C44982

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.3%

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

R = 49.12%
G = 18.3%
B = 32.58%

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

#C44982 (or 0xC44982) is known color: Mulberry. HEX triplet: C4, 49 and 82. RGB value is (196,73,130). Sum of RGB (Red+Green+Blue) = 196+73+130=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C44982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44982 is #3BB67D. Grayscale: #747474. Windows color (decimal): -3913342 or 8538564. OLE color: 8538564.

HSL color Cylindrical-coordinate representation of color #C44982: hue angle of 332.2º 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 #C44982 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 73 130 -
CMYK 0 0.63 0.34 0.23
HSL 332.2º 0.51% 0.53% -
HSV(B) 332.2º 0.63% 0.77% -
XYZ 29.18 18.11 23.08 -
YUV 116.28 135.75 184.87 -
System Red Green Blue C M Y K H S L
Decimal 196 73 130 0 0.63 0.34 0.23 332.2 0.51 0.53
Hex C4 49 82 0 3F 22 17 14C 33 35
Octal 304 111 202 0 77 42 27 514 63 65
Binary 11000100 1001001 10000010 0 111111 100010 10111 101001100 110011 110101

Color Harmonies of #C44982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44982

Black with #C44982

Text Example


Text Example

White with #C44982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44982; }

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

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

background-color css

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

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

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

border-color css

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

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

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