Html Css Color HEX #C94D84 Mulberry

📋 copy color: '#C94D84'

red 201 ◦ green 77 ◦ blue 132

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

Shades of Mulberry #C94D84

Tints of Mulberry #C94D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.2%

R = 49.02%
G = 18.78%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C94D84 (or 0xC94D84) is known color: Mulberry. HEX triplet: C9, 4D and 84. RGB value is (201,77,132). Sum of RGB (Red+Green+Blue) = 201+77+132=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94D84 is #36B27B. Grayscale: #787878. Windows color (decimal): -3584636 or 8670665. OLE color: 8670665.

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

Color convert

RGB 201 77 132 -
CMYK 0 0.62 0.34 0.21
HSL 333.39º 0.53% 0.55% -
HSV(B) 333.39º 0.62% 0.79% -
XYZ 30.91 19.39 23.94 -
YUV 120.35 134.58 185.53 -
System Red Green Blue C M Y K H S L
Decimal 201 77 132 0 0.62 0.34 0.21 333.39 0.53 0.55
Hex C9 4D 84 0 3E 22 15 14D 35 37
Octal 311 115 204 0 76 42 25 515 65 67
Binary 11001001 1001101 10000100 0 111110 100010 10101 101001101 110101 110111

Color Harmonies of #C94D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94D84

Black with #C94D84

Text Example


Text Example

White with #C94D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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