Html Css Color HEX #C44490 Mulberry

📋 copy color: '#C44490'

red 196 ◦ green 68 ◦ blue 144

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

Shades of Mulberry #C44490

Tints of Mulberry #C44490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.29%

R = 48.04%
G = 16.67%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C44490 (or 0xC44490) is known color: Mulberry. HEX triplet: C4, 44 and 90. RGB value is (196,68,144). Sum of RGB (Red+Green+Blue) = 196+68+144=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C44490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44490 is #3BBB6F. Grayscale: #727272. Windows color (decimal): -3914608 or 9454788. OLE color: 9454788.

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

Color convert

RGB 196 68 144 -
CMYK 0 0.65 0.27 0.23
HSL 324.38º 0.52% 0.52% -
HSV(B) 324.38º 0.65% 0.77% -
XYZ 29.87 17.88 28.26 -
YUV 114.94 144.41 185.82 -
System Red Green Blue C M Y K H S L
Decimal 196 68 144 0 0.65 0.27 0.23 324.38 0.52 0.52
Hex C4 44 90 0 41 1B 17 144 34 34
Octal 304 104 220 0 101 33 27 504 64 64
Binary 11000100 1000100 10010000 0 1000001 11011 10111 101000100 110100 110100

Color Harmonies of #C44490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44490

Black with #C44490

Text Example


Text Example

White with #C44490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44490; }

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

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

background-color css

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

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

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

border-color css

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

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

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