Html Css Color HEX #C44BA5 Mulberry

📋 copy color: '#C44BA5'

red 196 ◦ green 75 ◦ blue 165

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

Shades of Mulberry #C44BA5

Tints of Mulberry #C44BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.84%

R = 44.95%
G = 17.2%
B = 37.84%

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

#C44BA5 (or 0xC44BA5) is known color: Mulberry. HEX triplet: C4, 4B and A5. RGB value is (196,75,165). Sum of RGB (Red+Green+Blue) = 196+75+165=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C44BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44BA5 is #3BB45A. Grayscale: #797979. Windows color (decimal): -3912795 or 10832836. OLE color: 10832836.

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

Color convert

RGB 196 75 165 -
CMYK 0 0.62 0.16 0.23
HSL 315.37º 0.51% 0.53% -
HSV(B) 315.37º 0.62% 0.77% -
XYZ 32.07 19.48 37.67 -
YUV 121.44 152.59 181.18 -
System Red Green Blue C M Y K H S L
Decimal 196 75 165 0 0.62 0.16 0.23 315.37 0.51 0.53
Hex C4 4B A5 0 3E 10 17 13B 33 35
Octal 304 113 245 0 76 20 27 473 63 65
Binary 11000100 1001011 10100101 0 111110 10000 10111 100111011 110011 110101

Color Harmonies of #C44BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44BA5

Black with #C44BA5

Text Example


Text Example

White with #C44BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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