Html Css Color HEX #C44484 Mulberry

📋 copy color: '#C44484'

red 196 ◦ green 68 ◦ blue 132

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

Shades of Mulberry #C44484

Tints of Mulberry #C44484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.33%

R = 49.49%
G = 17.17%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C44484 (or 0xC44484) is known color: Mulberry. HEX triplet: C4, 44 and 84. RGB value is (196,68,132). Sum of RGB (Red+Green+Blue) = 196+68+132=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C44484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44484 is #3BBB7B. Grayscale: #717171. Windows color (decimal): -3914620 or 8668356. OLE color: 8668356.

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

Color convert

RGB 196 68 132 -
CMYK 0 0.65 0.33 0.23
HSL 330º 0.52% 0.52% -
HSV(B) 330º 0.65% 0.77% -
XYZ 29 17.54 23.69 -
YUV 113.57 138.41 186.8 -
System Red Green Blue C M Y K H S L
Decimal 196 68 132 0 0.65 0.33 0.23 330 0.52 0.52
Hex C4 44 84 0 41 21 17 14A 34 34
Octal 304 104 204 0 101 41 27 512 64 64
Binary 11000100 1000100 10000100 0 1000001 100001 10111 101001010 110100 110100

Color Harmonies of #C44484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44484

Black with #C44484

Text Example


Text Example

White with #C44484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44484; }

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

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

background-color css

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

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

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

border-color css

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

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

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