Html Css Color HEX #C44496 Mulberry

📋 copy color: '#C44496'

red 196 ◦ green 68 ◦ blue 150

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

Shades of Mulberry #C44496

Tints of Mulberry #C44496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.23%

R = 47.34%
G = 16.43%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C44496 (or 0xC44496) is known color: Mulberry. HEX triplet: C4, 44 and 96. RGB value is (196,68,150). Sum of RGB (Red+Green+Blue) = 196+68+150=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C44496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44496 is #3BBB69. Grayscale: #737373. Windows color (decimal): -3914602 or 9848004. OLE color: 9848004.

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

Color convert

RGB 196 68 150 -
CMYK 0 0.65 0.23 0.23
HSL 321.56º 0.52% 0.52% -
HSV(B) 321.56º 0.65% 0.77% -
XYZ 30.34 18.07 30.74 -
YUV 115.62 147.41 185.33 -
System Red Green Blue C M Y K H S L
Decimal 196 68 150 0 0.65 0.23 0.23 321.56 0.52 0.52
Hex C4 44 96 0 41 17 17 142 34 34
Octal 304 104 226 0 101 27 27 502 64 64
Binary 11000100 1000100 10010110 0 1000001 10111 10111 101000010 110100 110100

Color Harmonies of #C44496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44496

Black with #C44496

Text Example


Text Example

White with #C44496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44496; }

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

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

background-color css

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

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

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

border-color css

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

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

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