Html Css Color HEX #C44295 Mulberry

📋 copy color: '#C44295'

red 196 ◦ green 66 ◦ blue 149

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

Shades of Mulberry #C44295

Tints of Mulberry #C44295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.06%

 BLUE value IS 149 (58.59% from 255) = 36.25%

R = 47.69%
G = 16.06%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C44295 (or 0xC44295) is known color: Mulberry. HEX triplet: C4, 42 and 95. RGB value is (196,66,149). Sum of RGB (Red+Green+Blue) = 196+66+149=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C44295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44295 is #3BBD6A. Grayscale: #727272. Windows color (decimal): -3915115 or 9781956. OLE color: 9781956.

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

Color convert

RGB 196 66 149 -
CMYK 0 0.66 0.24 0.23
HSL 321.69º 0.52% 0.51% -
HSV(B) 321.69º 0.66% 0.77% -
XYZ 30.14 17.8 30.28 -
YUV 114.33 147.57 186.25 -
System Red Green Blue C M Y K H S L
Decimal 196 66 149 0 0.66 0.24 0.23 321.69 0.52 0.51
Hex C4 42 95 0 42 18 17 142 34 33
Octal 304 102 225 0 102 30 27 502 64 63
Binary 11000100 1000010 10010101 0 1000010 11000 10111 101000010 110100 110011

Color Harmonies of #C44295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44295

Black with #C44295

Text Example


Text Example

White with #C44295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44295; }

 p { color: rgb(196,66,149); }

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

background-color css

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

 a { background-color: rgb(196,66,149); }

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

border-color css

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

 span { border-color: rgb(196,66,149); }

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