Html Css Color HEX #C44F94 Mulberry

📋 copy color: '#C44F94'

red 196 ◦ green 79 ◦ blue 148

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

Shades of Mulberry #C44F94

Tints of Mulberry #C44F94

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.68%

 BLUE value IS 148 (58.2% from 255) = 34.99%

R = 46.34%
G = 18.68%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C44F94 (or 0xC44F94) is known color: Mulberry. HEX triplet: C4, 4F and 94. RGB value is (196,79,148). Sum of RGB (Red+Green+Blue) = 196+79+148=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44F94 is #3BB06B. Grayscale: #797979. Windows color (decimal): -3911788 or 9719748. OLE color: 9719748.

HSL color Cylindrical-coordinate representation of color #C44F94: hue angle of 324.62º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44F94 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 79 148 -
CMYK 0 0.60 0.24 0.23
HSL 324.62º 0.5% 0.54% -
HSV(B) 324.62º 0.6% 0.77% -
XYZ 30.91 19.47 30.15 -
YUV 121.85 142.76 180.89 -
System Red Green Blue C M Y K H S L
Decimal 196 79 148 0 0.60 0.24 0.23 324.62 0.5 0.54
Hex C4 4F 94 0 3C 18 17 145 32 36
Octal 304 117 224 0 74 30 27 505 62 66
Binary 11000100 1001111 10010100 0 111100 11000 10111 101000101 110010 110110

Color Harmonies of #C44F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44F94

Black with #C44F94

Text Example


Text Example

White with #C44F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44F94; }

 p { color: rgb(196,79,148); }

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

background-color css

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

 a { background-color: rgb(196,79,148); }

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

border-color css

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

 span { border-color: rgb(196,79,148); }

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