Html Css Color HEX #C94E8C Mulberry

📋 copy color: '#C94E8C'

red 201 ◦ green 78 ◦ blue 140

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

Shades of Mulberry #C94E8C

Tints of Mulberry #C94E8C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.62%

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

R = 47.97%
G = 18.62%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C94E8C (or 0xC94E8C) is known color: Mulberry. HEX triplet: C9, 4E and 8C. RGB value is (201,78,140). Sum of RGB (Red+Green+Blue) = 201+78+140=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94E8C is #36B173. Grayscale: #797979. Windows color (decimal): -3584372 or 9195209. OLE color: 9195209.

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

Color convert

RGB 201 78 140 -
CMYK 0 0.61 0.30 0.21
HSL 329.76º 0.53% 0.55% -
HSV(B) 329.76º 0.61% 0.79% -
XYZ 31.55 19.76 26.96 -
YUV 121.85 138.25 184.46 -
System Red Green Blue C M Y K H S L
Decimal 201 78 140 0 0.61 0.30 0.21 329.76 0.53 0.55
Hex C9 4E 8C 0 3D 1E 15 14A 35 37
Octal 311 116 214 0 75 36 25 512 65 67
Binary 11001001 1001110 10001100 0 111101 11110 10101 101001010 110101 110111

Color Harmonies of #C94E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94E8C

Black with #C94E8C

Text Example


Text Example

White with #C94E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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