Html Css Color HEX #C94D80 Mulberry

📋 copy color: '#C94D80'

red 201 ◦ green 77 ◦ blue 128

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

Shades of Mulberry #C94D80

Tints of Mulberry #C94D80

RGB

 RED value IS 201 (78.91% from 255) = 49.51%

 GREEN value IS 77 (30.47% from 255) = 18.97%

 BLUE value IS 128 (50.39% from 255) = 31.53%

R = 49.51%
G = 18.97%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C94D80 (or 0xC94D80) is known color: Mulberry. HEX triplet: C9, 4D and 80. RGB value is (201,77,128). Sum of RGB (Red+Green+Blue) = 201+77+128=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94D80 is #36B27F. Grayscale: #777777. Windows color (decimal): -3584640 or 8408521. OLE color: 8408521.

HSL color Cylindrical-coordinate representation of color #C94D80: hue angle of 335.32º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94D80 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 77 128 -
CMYK 0 0.62 0.36 0.21
HSL 335.32º 0.53% 0.55% -
HSV(B) 335.32º 0.62% 0.79% -
XYZ 30.64 19.28 22.53 -
YUV 119.89 132.58 185.85 -
System Red Green Blue C M Y K H S L
Decimal 201 77 128 0 0.62 0.36 0.21 335.32 0.53 0.55
Hex C9 4D 80 0 3E 24 15 14F 35 37
Octal 311 115 200 0 76 44 25 517 65 67
Binary 11001001 1001101 10000000 0 111110 100100 10101 101001111 110101 110111

Color Harmonies of #C94D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94D80

Black with #C94D80

Text Example


Text Example

White with #C94D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94D80; }

 p { color: rgb(201,77,128); }

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

background-color css

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

 a { background-color: rgb(201,77,128); }

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

border-color css

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

 span { border-color: rgb(201,77,128); }

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