Html Css Color HEX #C94D8D Mulberry

📋 copy color: '#C94D8D'

red 201 ◦ green 77 ◦ blue 141

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

Shades of Mulberry #C94D8D

Tints of Mulberry #C94D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.65%

R = 47.97%
G = 18.38%
B = 33.65%

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

#C94D8D (or 0xC94D8D) is known color: Mulberry. HEX triplet: C9, 4D and 8D. RGB value is (201,77,141). Sum of RGB (Red+Green+Blue) = 201+77+141=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94D8D is #36B272. Grayscale: #797979. Windows color (decimal): -3584627 or 9260489. OLE color: 9260489.

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

Color convert

RGB 201 77 141 -
CMYK 0 0.62 0.30 0.21
HSL 329.03º 0.53% 0.55% -
HSV(B) 329.03º 0.62% 0.79% -
XYZ 31.55 19.65 27.33 -
YUV 121.37 139.08 184.8 -
System Red Green Blue C M Y K H S L
Decimal 201 77 141 0 0.62 0.30 0.21 329.03 0.53 0.55
Hex C9 4D 8D 0 3E 1E 15 149 35 37
Octal 311 115 215 0 76 36 25 511 65 67
Binary 11001001 1001101 10001101 0 111110 11110 10101 101001001 110101 110111

Color Harmonies of #C94D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94D8D

Black with #C94D8D

Text Example


Text Example

White with #C94D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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