Html Css Color HEX #C4407C Mulberry

📋 copy color: '#C4407C'

red 196 ◦ green 64 ◦ blue 124

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

Shades of Mulberry #C4407C

Tints of Mulberry #C4407C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.29%

R = 51.04%
G = 16.67%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4407C (or 0xC4407C) is known color: Mulberry. HEX triplet: C4, 40 and 7C. RGB value is (196,64,124). Sum of RGB (Red+Green+Blue) = 196+64+124=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C4407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4407C is #3BBF83. Grayscale: #6E6E6E. Windows color (decimal): -3915652 or 8143044. OLE color: 8143044.

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

Color convert

RGB 196 64 124 -
CMYK 0 0.67 0.37 0.23
HSL 332.73º 0.53% 0.51% -
HSV(B) 332.73º 0.67% 0.77% -
XYZ 28.24 16.86 20.83 -
YUV 110.31 135.73 189.12 -
System Red Green Blue C M Y K H S L
Decimal 196 64 124 0 0.67 0.37 0.23 332.73 0.53 0.51
Hex C4 40 7C 0 43 25 17 14D 35 33
Octal 304 100 174 0 103 45 27 515 65 63
Binary 11000100 1000000 1111100 0 1000011 100101 10111 101001101 110101 110011

Color Harmonies of #C4407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4407C

Black with #C4407C

Text Example


Text Example

White with #C4407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4407C; }

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

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

background-color css

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

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

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

border-color css

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

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

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