Html Css Color HEX #C94D90 Mulberry

📋 copy color: '#C94D90'

red 201 ◦ green 77 ◦ blue 144

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

Shades of Mulberry #C94D90

Tints of Mulberry #C94D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.12%

R = 47.63%
G = 18.25%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C94D90 (or 0xC94D90) is known color: Mulberry. HEX triplet: C9, 4D and 90. RGB value is (201,77,144). Sum of RGB (Red+Green+Blue) = 201+77+144=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94D90 is #36B26F. Grayscale: #797979. Windows color (decimal): -3584624 or 9457097. OLE color: 9457097.

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

Color convert

RGB 201 77 144 -
CMYK 0 0.62 0.28 0.21
HSL 327.58º 0.53% 0.55% -
HSV(B) 327.58º 0.62% 0.79% -
XYZ 31.78 19.74 28.52 -
YUV 121.71 140.58 184.55 -
System Red Green Blue C M Y K H S L
Decimal 201 77 144 0 0.62 0.28 0.21 327.58 0.53 0.55
Hex C9 4D 90 0 3E 1C 15 148 35 37
Octal 311 115 220 0 76 34 25 510 65 67
Binary 11001001 1001101 10010000 0 111110 11100 10101 101001000 110101 110111

Color Harmonies of #C94D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94D90

Black with #C94D90

Text Example


Text Example

White with #C94D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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