Html Css Color HEX #C44C8E Mulberry

📋 copy color: '#C44C8E'

red 196 ◦ green 76 ◦ blue 142

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

Shades of Mulberry #C44C8E

Tints of Mulberry #C44C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.3%

R = 47.34%
G = 18.36%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C44C8E (or 0xC44C8E) is known color: Mulberry. HEX triplet: C4, 4C and 8E. RGB value is (196,76,142). Sum of RGB (Red+Green+Blue) = 196+76+142=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44C8E is #3BB371. Grayscale: #777777. Windows color (decimal): -3912562 or 9325764. OLE color: 9325764.

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

Color convert

RGB 196 76 142 -
CMYK 0 0.61 0.28 0.23
HSL 327º 0.5% 0.53% -
HSV(B) 327º 0.61% 0.77% -
XYZ 30.23 18.86 27.64 -
YUV 119.4 140.76 182.63 -
System Red Green Blue C M Y K H S L
Decimal 196 76 142 0 0.61 0.28 0.23 327 0.5 0.53
Hex C4 4C 8E 0 3D 1C 17 147 32 35
Octal 304 114 216 0 75 34 27 507 62 65
Binary 11000100 1001100 10001110 0 111101 11100 10111 101000111 110010 110101

Color Harmonies of #C44C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44C8E

Black with #C44C8E

Text Example


Text Example

White with #C44C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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