Html Css Color HEX #C4477D Mulberry

📋 copy color: '#C4477D'

red 196 ◦ green 71 ◦ blue 125

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

Shades of Mulberry #C4477D

Tints of Mulberry #C4477D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.11%

 BLUE value IS 125 (49.22% from 255) = 31.89%

R = 50%
G = 18.11%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4477D (or 0xC4477D) is known color: Mulberry. HEX triplet: C4, 47 and 7D. RGB value is (196,71,125). Sum of RGB (Red+Green+Blue) = 196+71+125=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C4477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4477D is #3BB882. Grayscale: #727272. Windows color (decimal): -3913859 or 8210372. OLE color: 8210372.

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

Color convert

RGB 196 71 125 -
CMYK 0 0.64 0.36 0.23
HSL 334.08º 0.51% 0.52% -
HSV(B) 334.08º 0.64% 0.77% -
XYZ 28.72 17.72 21.31 -
YUV 114.53 133.91 186.11 -
System Red Green Blue C M Y K H S L
Decimal 196 71 125 0 0.64 0.36 0.23 334.08 0.51 0.52
Hex C4 47 7D 0 40 24 17 14E 33 34
Octal 304 107 175 0 100 44 27 516 63 64
Binary 11000100 1000111 1111101 0 1000000 100100 10111 101001110 110011 110100

Color Harmonies of #C4477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4477D

Black with #C4477D

Text Example


Text Example

White with #C4477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4477D; }

 p { color: rgb(196,71,125); }

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

background-color css

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

 a { background-color: rgb(196,71,125); }

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

border-color css

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

 span { border-color: rgb(196,71,125); }

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