Html Css Color HEX #C4418D Mulberry

📋 copy color: '#C4418D'

red 196 ◦ green 65 ◦ blue 141

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

Shades of Mulberry #C4418D

Tints of Mulberry #C4418D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.17%

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

R = 48.76%
G = 16.17%
B = 35.07%

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

#C4418D (or 0xC4418D) is known color: Mulberry. HEX triplet: C4, 41 and 8D. RGB value is (196,65,141). Sum of RGB (Red+Green+Blue) = 196+65+141=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4418D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4418D is #3BBE72. Grayscale: #707070. Windows color (decimal): -3915379 or 9257412. OLE color: 9257412.

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

Color convert

RGB 196 65 141 -
CMYK 0 0.67 0.28 0.23
HSL 325.19º 0.53% 0.51% -
HSV(B) 325.19º 0.67% 0.77% -
XYZ 29.46 17.44 27.01 -
YUV 112.83 143.9 187.32 -
System Red Green Blue C M Y K H S L
Decimal 196 65 141 0 0.67 0.28 0.23 325.19 0.53 0.51
Hex C4 41 8D 0 43 1C 17 145 35 33
Octal 304 101 215 0 103 34 27 505 65 63
Binary 11000100 1000001 10001101 0 1000011 11100 10111 101000101 110101 110011

Color Harmonies of #C4418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4418D

Black with #C4418D

Text Example


Text Example

White with #C4418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4418D; }

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

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

background-color css

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

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

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

border-color css

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

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

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