Html Css Color HEX #C44083 Mulberry

📋 copy color: '#C44083'

red 196 ◦ green 64 ◦ blue 131

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

Shades of Mulberry #C44083

Tints of Mulberry #C44083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.5%

R = 50.13%
G = 16.37%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C44083 (or 0xC44083) is known color: Mulberry. HEX triplet: C4, 40 and 83. RGB value is (196,64,131). Sum of RGB (Red+Green+Blue) = 196+64+131=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C44083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44083 is #3BBF7C. Grayscale: #6E6E6E. Windows color (decimal): -3915645 or 8601796. OLE color: 8601796.

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

Color convert

RGB 196 64 131 -
CMYK 0 0.67 0.33 0.23
HSL 329.55º 0.53% 0.51% -
HSV(B) 329.55º 0.67% 0.77% -
XYZ 28.7 17.04 23.25 -
YUV 111.11 139.23 188.55 -
System Red Green Blue C M Y K H S L
Decimal 196 64 131 0 0.67 0.33 0.23 329.55 0.53 0.51
Hex C4 40 83 0 43 21 17 14A 35 33
Octal 304 100 203 0 103 41 27 512 65 63
Binary 11000100 1000000 10000011 0 1000011 100001 10111 101001010 110101 110011

Color Harmonies of #C44083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44083

Black with #C44083

Text Example


Text Example

White with #C44083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44083; }

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

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

background-color css

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

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

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

border-color css

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

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

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