Html Css Color HEX #C94D9B Mulberry

📋 copy color: '#C94D9B'

red 201 ◦ green 77 ◦ blue 155

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

Shades of Mulberry #C94D9B

Tints of Mulberry #C94D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.8%

R = 46.42%
G = 17.78%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C94D9B (or 0xC94D9B) is known color: Mulberry. HEX triplet: C9, 4D and 9B. RGB value is (201,77,155). Sum of RGB (Red+Green+Blue) = 201+77+155=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94D9B is #36B264. Grayscale: #7A7A7A. Windows color (decimal): -3584613 or 10177993. OLE color: 10177993.

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

Color convert

RGB 201 77 155 -
CMYK 0 0.62 0.23 0.21
HSL 322.26º 0.53% 0.55% -
HSV(B) 322.26º 0.62% 0.79% -
XYZ 32.66 20.09 33.17 -
YUV 122.97 146.08 183.66 -
System Red Green Blue C M Y K H S L
Decimal 201 77 155 0 0.62 0.23 0.21 322.26 0.53 0.55
Hex C9 4D 9B 0 3E 17 15 142 35 37
Octal 311 115 233 0 76 27 25 502 65 67
Binary 11001001 1001101 10011011 0 111110 10111 10101 101000010 110101 110111

Color Harmonies of #C94D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94D9B

Black with #C94D9B

Text Example


Text Example

White with #C94D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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