Html Css Color HEX #C94D8C Mulberry

📋 copy color: '#C94D8C'

red 201 ◦ green 77 ◦ blue 140

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

Shades of Mulberry #C94D8C

Tints of Mulberry #C94D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.49%

R = 48.09%
G = 18.42%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C94D8C (or 0xC94D8C) is known color: Mulberry. HEX triplet: C9, 4D and 8C. RGB value is (201,77,140). Sum of RGB (Red+Green+Blue) = 201+77+140=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94D8C is #36B273. Grayscale: #797979. Windows color (decimal): -3584628 or 9194953. OLE color: 9194953.

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

Color convert

RGB 201 77 140 -
CMYK 0 0.62 0.30 0.21
HSL 329.52º 0.53% 0.55% -
HSV(B) 329.52º 0.62% 0.79% -
XYZ 31.47 19.62 26.94 -
YUV 121.26 138.58 184.88 -
System Red Green Blue C M Y K H S L
Decimal 201 77 140 0 0.62 0.30 0.21 329.52 0.53 0.55
Hex C9 4D 8C 0 3E 1E 15 14A 35 37
Octal 311 115 214 0 76 36 25 512 65 67
Binary 11001001 1001101 10001100 0 111110 11110 10101 101001010 110101 110111

Color Harmonies of #C94D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94D8C

Black with #C94D8C

Text Example


Text Example

White with #C94D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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