Html Css Color HEX #C4408D Mulberry

📋 copy color: '#C4408D'

red 196 ◦ green 64 ◦ blue 141

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

Shades of Mulberry #C4408D

Tints of Mulberry #C4408D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.96%

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 48.88%
G = 15.96%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4408D (or 0xC4408D) is known color: Mulberry. HEX triplet: C4, 40 and 8D. RGB value is (196,64,141). Sum of RGB (Red+Green+Blue) = 196+64+141=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4408D is #3BBF72. Grayscale: #707070. Windows color (decimal): -3915635 or 9257156. OLE color: 9257156.

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

Color convert

RGB 196 64 141 -
CMYK 0 0.67 0.28 0.23
HSL 325º 0.53% 0.51% -
HSV(B) 325º 0.67% 0.77% -
XYZ 29.41 17.33 26.99 -
YUV 112.25 144.23 187.74 -
System Red Green Blue C M Y K H S L
Decimal 196 64 141 0 0.67 0.28 0.23 325 0.53 0.51
Hex C4 40 8D 0 43 1C 17 145 35 33
Octal 304 100 215 0 103 34 27 505 65 63
Binary 11000100 1000000 10001101 0 1000011 11100 10111 101000101 110101 110011

Color Harmonies of #C4408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4408D

Black with #C4408D

Text Example


Text Example

White with #C4408D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4408D; }

 p { color: rgb(196,64,141); }

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

background-color css

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

 a { background-color: rgb(196,64,141); }

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

border-color css

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

 span { border-color: rgb(196,64,141); }

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