Html Css Color HEX #C44481 Mulberry

📋 copy color: '#C44481'

red 196 ◦ green 68 ◦ blue 129

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

Shades of Mulberry #C44481

Tints of Mulberry #C44481

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.3%

 BLUE value IS 129 (50.78% from 255) = 32.82%

R = 49.87%
G = 17.3%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C44481 (or 0xC44481) is known color: Mulberry. HEX triplet: C4, 44 and 81. RGB value is (196,68,129). Sum of RGB (Red+Green+Blue) = 196+68+129=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C44481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44481 is #3BBB7E. Grayscale: #717171. Windows color (decimal): -3914623 or 8471748. OLE color: 8471748.

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

Color convert

RGB 196 68 129 -
CMYK 0 0.65 0.34 0.23
HSL 331.41º 0.52% 0.52% -
HSV(B) 331.41º 0.65% 0.77% -
XYZ 28.79 17.45 22.62 -
YUV 113.23 136.91 187.04 -
System Red Green Blue C M Y K H S L
Decimal 196 68 129 0 0.65 0.34 0.23 331.41 0.52 0.52
Hex C4 44 81 0 41 22 17 14B 34 34
Octal 304 104 201 0 101 42 27 513 64 64
Binary 11000100 1000100 10000001 0 1000001 100010 10111 101001011 110100 110100

Color Harmonies of #C44481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44481

Black with #C44481

Text Example


Text Example

White with #C44481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44481; }

 p { color: rgb(196,68,129); }

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

background-color css

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

 a { background-color: rgb(196,68,129); }

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

border-color css

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

 span { border-color: rgb(196,68,129); }

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