Html Css Color HEX #C44996 Mulberry

📋 copy color: '#C44996'

red 196 ◦ green 73 ◦ blue 150

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

Shades of Mulberry #C44996

Tints of Mulberry #C44996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.8%

R = 46.78%
G = 17.42%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C44996 (or 0xC44996) is known color: Mulberry. HEX triplet: C4, 49 and 96. RGB value is (196,73,150). Sum of RGB (Red+Green+Blue) = 196+73+150=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C44996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44996 is #3BB669. Grayscale: #767676. Windows color (decimal): -3913322 or 9849284. OLE color: 9849284.

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

Color convert

RGB 196 73 150 -
CMYK 0 0.63 0.23 0.23
HSL 322.44º 0.51% 0.53% -
HSV(B) 322.44º 0.63% 0.77% -
XYZ 30.65 18.7 30.85 -
YUV 118.56 145.75 183.24 -
System Red Green Blue C M Y K H S L
Decimal 196 73 150 0 0.63 0.23 0.23 322.44 0.51 0.53
Hex C4 49 96 0 3F 17 17 142 33 35
Octal 304 111 226 0 77 27 27 502 63 65
Binary 11000100 1001001 10010110 0 111111 10111 10111 101000010 110011 110101

Color Harmonies of #C44996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44996

Black with #C44996

Text Example


Text Example

White with #C44996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44996; }

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

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

background-color css

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

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

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

border-color css

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

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

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