Html Css Color HEX #C44F8C Mulberry

📋 copy color: '#C44F8C'

red 196 ◦ green 79 ◦ blue 140

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

Shades of Mulberry #C44F8C

Tints of Mulberry #C44F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.73%

R = 47.23%
G = 19.04%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C44F8C (or 0xC44F8C) is known color: Mulberry. HEX triplet: C4, 4F and 8C. RGB value is (196,79,140). Sum of RGB (Red+Green+Blue) = 196+79+140=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44F8C is #3BB073. Grayscale: #787878. Windows color (decimal): -3911796 or 9195460. OLE color: 9195460.

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

Color convert

RGB 196 79 140 -
CMYK 0 0.60 0.29 0.23
HSL 328.72º 0.5% 0.54% -
HSV(B) 328.72º 0.6% 0.77% -
XYZ 30.29 19.22 26.92 -
YUV 120.94 138.76 181.54 -
System Red Green Blue C M Y K H S L
Decimal 196 79 140 0 0.60 0.29 0.23 328.72 0.5 0.54
Hex C4 4F 8C 0 3C 1D 17 149 32 36
Octal 304 117 214 0 74 35 27 511 62 66
Binary 11000100 1001111 10001100 0 111100 11101 10111 101001001 110010 110110

Color Harmonies of #C44F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44F8C

Black with #C44F8C

Text Example


Text Example

White with #C44F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44F8C; }

 p { color: rgb(196,79,140); }

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

background-color css

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

 a { background-color: rgb(196,79,140); }

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

border-color css

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

 span { border-color: rgb(196,79,140); }

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