Html Css Color HEX #C44BA4 Mulberry

📋 copy color: '#C44BA4'

red 196 ◦ green 75 ◦ blue 164

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

Shades of Mulberry #C44BA4

Tints of Mulberry #C44BA4

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.24%

 BLUE value IS 164 (64.45% from 255) = 37.7%

R = 45.06%
G = 17.24%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C44BA4 (or 0xC44BA4) is known color: Mulberry. HEX triplet: C4, 4B and A4. RGB value is (196,75,164). Sum of RGB (Red+Green+Blue) = 196+75+164=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C44BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44BA4 is #3BB45B. Grayscale: #797979. Windows color (decimal): -3912796 or 10767300. OLE color: 10767300.

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

Color convert

RGB 196 75 164 -
CMYK 0 0.62 0.16 0.23
HSL 315.87º 0.51% 0.53% -
HSV(B) 315.87º 0.62% 0.77% -
XYZ 31.98 19.45 37.19 -
YUV 121.33 152.09 181.26 -
System Red Green Blue C M Y K H S L
Decimal 196 75 164 0 0.62 0.16 0.23 315.87 0.51 0.53
Hex C4 4B A4 0 3E 10 17 13C 33 35
Octal 304 113 244 0 76 20 27 474 63 65
Binary 11000100 1001011 10100100 0 111110 10000 10111 100111100 110011 110101

Color Harmonies of #C44BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44BA4

Black with #C44BA4

Text Example


Text Example

White with #C44BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44BA4; }

 p { color: rgb(196,75,164); }

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

background-color css

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

 a { background-color: rgb(196,75,164); }

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

border-color css

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

 span { border-color: rgb(196,75,164); }

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