Html Css Color HEX #C44F7F Mulberry

📋 copy color: '#C44F7F'

red 196 ◦ green 79 ◦ blue 127

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

Shades of Mulberry #C44F7F

Tints of Mulberry #C44F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.59%

R = 48.76%
G = 19.65%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C44F7F (or 0xC44F7F) is known color: Mulberry. HEX triplet: C4, 4F and 7F. RGB value is (196,79,127). Sum of RGB (Red+Green+Blue) = 196+79+127=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44F7F is #3BB080. Grayscale: #777777. Windows color (decimal): -3911809 or 8343492. OLE color: 8343492.

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

Color convert

RGB 196 79 127 -
CMYK 0 0.60 0.35 0.23
HSL 335.38º 0.5% 0.54% -
HSV(B) 335.38º 0.6% 0.77% -
XYZ 29.39 18.86 22.17 -
YUV 119.46 132.26 182.6 -
System Red Green Blue C M Y K H S L
Decimal 196 79 127 0 0.60 0.35 0.23 335.38 0.5 0.54
Hex C4 4F 7F 0 3C 23 17 14F 32 36
Octal 304 117 177 0 74 43 27 517 62 66
Binary 11000100 1001111 1111111 0 111100 100011 10111 101001111 110010 110110

Color Harmonies of #C44F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44F7F

Black with #C44F7F

Text Example


Text Example

White with #C44F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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