Html Css Color HEX #C94784 Mulberry

📋 copy color: '#C94784'

red 201 ◦ green 71 ◦ blue 132

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

Shades of Mulberry #C94784

Tints of Mulberry #C94784

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.57%

 BLUE value IS 132 (51.95% from 255) = 32.67%

R = 49.75%
G = 17.57%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C94784 (or 0xC94784) is known color: Mulberry. HEX triplet: C9, 47 and 84. RGB value is (201,71,132). Sum of RGB (Red+Green+Blue) = 201+71+132=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C94784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94784 is #36B87B. Grayscale: #747474. Windows color (decimal): -3586172 or 8669129. OLE color: 8669129.

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

Color convert

RGB 201 71 132 -
CMYK 0 0.65 0.34 0.21
HSL 331.85º 0.55% 0.53% -
HSV(B) 331.85º 0.65% 0.79% -
XYZ 30.51 18.59 23.81 -
YUV 116.82 136.57 188.04 -
System Red Green Blue C M Y K H S L
Decimal 201 71 132 0 0.65 0.34 0.21 331.85 0.55 0.53
Hex C9 47 84 0 41 22 15 14C 37 35
Octal 311 107 204 0 101 42 25 514 67 65
Binary 11001001 1000111 10000100 0 1000001 100010 10101 101001100 110111 110101

Color Harmonies of #C94784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94784

Black with #C94784

Text Example


Text Example

White with #C94784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94784; }

 p { color: rgb(201,71,132); }

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

background-color css

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

 a { background-color: rgb(201,71,132); }

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

border-color css

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

 span { border-color: rgb(201,71,132); }

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