Html Css Color HEX #C44985 Mulberry

📋 copy color: '#C44985'

red 196 ◦ green 73 ◦ blue 133

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

Shades of Mulberry #C44985

Tints of Mulberry #C44985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.08%

R = 48.76%
G = 18.16%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C44985 (or 0xC44985) is known color: Mulberry. HEX triplet: C4, 49 and 85. RGB value is (196,73,133). Sum of RGB (Red+Green+Blue) = 196+73+133=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C44985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44985 is #3BB67A. Grayscale: #747474. Windows color (decimal): -3913339 or 8735172. OLE color: 8735172.

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

Color convert

RGB 196 73 133 -
CMYK 0 0.63 0.32 0.23
HSL 330.73º 0.51% 0.53% -
HSV(B) 330.73º 0.63% 0.77% -
XYZ 29.38 18.19 24.15 -
YUV 116.62 137.25 184.62 -
System Red Green Blue C M Y K H S L
Decimal 196 73 133 0 0.63 0.32 0.23 330.73 0.51 0.53
Hex C4 49 85 0 3F 20 17 14B 33 35
Octal 304 111 205 0 77 40 27 513 63 65
Binary 11000100 1001001 10000101 0 111111 100000 10111 101001011 110011 110101

Color Harmonies of #C44985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44985

Black with #C44985

Text Example


Text Example

White with #C44985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44985; }

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

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

background-color css

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

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

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

border-color css

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

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

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