Html Css Color HEX #C44595 Mulberry

📋 copy color: '#C44595'

red 196 ◦ green 69 ◦ blue 149

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

Shades of Mulberry #C44595

Tints of Mulberry #C44595

RGB

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

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

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

R = 47.34%
G = 16.67%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C44595 (or 0xC44595) is known color: Mulberry. HEX triplet: C4, 45 and 95. RGB value is (196,69,149). Sum of RGB (Red+Green+Blue) = 196+69+149=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C44595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44595 is #3BBA6A. Grayscale: #737373. Windows color (decimal): -3914347 or 9782724. OLE color: 9782724.

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

Color convert

RGB 196 69 149 -
CMYK 0 0.65 0.24 0.23
HSL 322.2º 0.52% 0.52% -
HSV(B) 322.2º 0.65% 0.77% -
XYZ 30.32 18.16 30.34 -
YUV 116.09 146.58 185 -
System Red Green Blue C M Y K H S L
Decimal 196 69 149 0 0.65 0.24 0.23 322.2 0.52 0.52
Hex C4 45 95 0 41 18 17 142 34 34
Octal 304 105 225 0 101 30 27 502 64 64
Binary 11000100 1000101 10010101 0 1000001 11000 10111 101000010 110100 110100

Color Harmonies of #C44595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44595

Black with #C44595

Text Example


Text Example

White with #C44595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44595; }

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

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

background-color css

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

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

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

border-color css

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

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

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