Html Css Color HEX #C44CA2 Mulberry

📋 copy color: '#C44CA2'

red 196 ◦ green 76 ◦ blue 162

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

Shades of Mulberry #C44CA2

Tints of Mulberry #C44CA2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.51%

 BLUE value IS 162 (63.67% from 255) = 37.33%

R = 45.16%
G = 17.51%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C44CA2 (or 0xC44CA2) is known color: Mulberry. HEX triplet: C4, 4C and A2. RGB value is (196,76,162). Sum of RGB (Red+Green+Blue) = 196+76+162=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C44CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44CA2 is #3BB35D. Grayscale: #797979. Windows color (decimal): -3912542 or 10636484. OLE color: 10636484.

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

Color convert

RGB 196 76 162 -
CMYK 0 0.61 0.17 0.23
HSL 317º 0.5% 0.53% -
HSV(B) 317º 0.61% 0.77% -
XYZ 31.87 19.51 36.27 -
YUV 121.68 150.76 181.01 -
System Red Green Blue C M Y K H S L
Decimal 196 76 162 0 0.61 0.17 0.23 317 0.5 0.53
Hex C4 4C A2 0 3D 11 17 13D 32 35
Octal 304 114 242 0 75 21 27 475 62 65
Binary 11000100 1001100 10100010 0 111101 10001 10111 100111101 110010 110101

Color Harmonies of #C44CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44CA2

Black with #C44CA2

Text Example


Text Example

White with #C44CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44CA2; }

 p { color: rgb(196,76,162); }

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

background-color css

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

 a { background-color: rgb(196,76,162); }

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

border-color css

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

 span { border-color: rgb(196,76,162); }

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