Html Css Color HEX #C94C8D Mulberry

📋 copy color: '#C94C8D'

red 201 ◦ green 76 ◦ blue 141

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

Shades of Mulberry #C94C8D

Tints of Mulberry #C94C8D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.18%

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

R = 48.09%
G = 18.18%
B = 33.73%

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

#C94C8D (or 0xC94C8D) is known color: Mulberry. HEX triplet: C9, 4C and 8D. RGB value is (201,76,141). Sum of RGB (Red+Green+Blue) = 201+76+141=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94C8D is #36B372. Grayscale: #787878. Windows color (decimal): -3584883 or 9260233. OLE color: 9260233.

HSL color Cylindrical-coordinate representation of color #C94C8D: hue angle of 328.8º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94C8D is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 76 141 -
CMYK 0 0.62 0.30 0.21
HSL 328.8º 0.54% 0.54% -
HSV(B) 328.8º 0.62% 0.79% -
XYZ 31.48 19.51 27.31 -
YUV 120.79 139.41 185.21 -
System Red Green Blue C M Y K H S L
Decimal 201 76 141 0 0.62 0.30 0.21 328.8 0.54 0.54
Hex C9 4C 8D 0 3E 1E 15 149 36 36
Octal 311 114 215 0 76 36 25 511 66 66
Binary 11001001 1001100 10001101 0 111110 11110 10101 101001001 110110 110110

Color Harmonies of #C94C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94C8D

Black with #C94C8D

Text Example


Text Example

White with #C94C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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