Html Css Color HEX #C94C80 Mulberry

📋 copy color: '#C94C80'

red 201 ◦ green 76 ◦ blue 128

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

Shades of Mulberry #C94C80

Tints of Mulberry #C94C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.6%

R = 49.63%
G = 18.77%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C94C80 (or 0xC94C80) is known color: Mulberry. HEX triplet: C9, 4C and 80. RGB value is (201,76,128). Sum of RGB (Red+Green+Blue) = 201+76+128=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94C80 is #36B37F. Grayscale: #777777. Windows color (decimal): -3584896 or 8408265. OLE color: 8408265.

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

Color convert

RGB 201 76 128 -
CMYK 0 0.62 0.36 0.21
HSL 335.04º 0.54% 0.54% -
HSV(B) 335.04º 0.62% 0.79% -
XYZ 30.57 19.14 22.51 -
YUV 119.3 132.91 186.27 -
System Red Green Blue C M Y K H S L
Decimal 201 76 128 0 0.62 0.36 0.21 335.04 0.54 0.54
Hex C9 4C 80 0 3E 24 15 14F 36 36
Octal 311 114 200 0 76 44 25 517 66 66
Binary 11001001 1001100 10000000 0 111110 100100 10101 101001111 110110 110110

Color Harmonies of #C94C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94C80

Black with #C94C80

Text Example


Text Example

White with #C94C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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