Html Css Color HEX #C44580 Mulberry

📋 copy color: '#C44580'

red 196 ◦ green 69 ◦ blue 128

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

Shades of Mulberry #C44580

Tints of Mulberry #C44580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.56%

 BLUE value IS 128 (50.39% from 255) = 32.57%

R = 49.87%
G = 17.56%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C44580 (or 0xC44580) is known color: Mulberry. HEX triplet: C4, 45 and 80. RGB value is (196,69,128). Sum of RGB (Red+Green+Blue) = 196+69+128=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C44580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44580 is #3BBA7F. Grayscale: #717171. Windows color (decimal): -3914368 or 8406468. OLE color: 8406468.

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

Color convert

RGB 196 69 128 -
CMYK 0 0.65 0.35 0.23
HSL 332.13º 0.52% 0.52% -
HSV(B) 332.13º 0.65% 0.77% -
XYZ 28.79 17.55 22.29 -
YUV 113.7 136.08 186.7 -
System Red Green Blue C M Y K H S L
Decimal 196 69 128 0 0.65 0.35 0.23 332.13 0.52 0.52
Hex C4 45 80 0 41 23 17 14C 34 34
Octal 304 105 200 0 101 43 27 514 64 64
Binary 11000100 1000101 10000000 0 1000001 100011 10111 101001100 110100 110100

Color Harmonies of #C44580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44580

Black with #C44580

Text Example


Text Example

White with #C44580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44580; }

 p { color: rgb(196,69,128); }

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

background-color css

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

 a { background-color: rgb(196,69,128); }

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

border-color css

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

 span { border-color: rgb(196,69,128); }

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