Html Css Color HEX #C94E8B Mulberry

📋 copy color: '#C94E8B'

red 201 ◦ green 78 ◦ blue 139

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

Shades of Mulberry #C94E8B

Tints of Mulberry #C94E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.25%

R = 48.09%
G = 18.66%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C94E8B (or 0xC94E8B) is known color: Mulberry. HEX triplet: C9, 4E and 8B. RGB value is (201,78,139). Sum of RGB (Red+Green+Blue) = 201+78+139=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94E8B is #36B174. Grayscale: #797979. Windows color (decimal): -3584373 or 9129673. OLE color: 9129673.

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

Color convert

RGB 201 78 139 -
CMYK 0 0.61 0.31 0.21
HSL 330.24º 0.53% 0.55% -
HSV(B) 330.24º 0.61% 0.79% -
XYZ 31.47 19.73 26.58 -
YUV 121.73 137.75 184.54 -
System Red Green Blue C M Y K H S L
Decimal 201 78 139 0 0.61 0.31 0.21 330.24 0.53 0.55
Hex C9 4E 8B 0 3D 1F 15 14A 35 37
Octal 311 116 213 0 75 37 25 512 65 67
Binary 11001001 1001110 10001011 0 111101 11111 10101 101001010 110101 110111

Color Harmonies of #C94E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94E8B

Black with #C94E8B

Text Example


Text Example

White with #C94E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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