Html Css Color HEX #C94793 Mulberry

📋 copy color: '#C94793'

red 201 ◦ green 71 ◦ blue 147

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

Shades of Mulberry #C94793

Tints of Mulberry #C94793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.08%

R = 47.97%
G = 16.95%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C94793 (or 0xC94793) is known color: Mulberry. HEX triplet: C9, 47 and 93. RGB value is (201,71,147). Sum of RGB (Red+Green+Blue) = 201+71+147=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C94793 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94793 is #36B86C. Grayscale: #767676. Windows color (decimal): -3586157 or 9652169. OLE color: 9652169.

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

Color convert

RGB 201 71 147 -
CMYK 0 0.65 0.27 0.21
HSL 324.92º 0.55% 0.53% -
HSV(B) 324.92º 0.65% 0.79% -
XYZ 31.61 19.03 29.61 -
YUV 118.53 144.07 186.82 -
System Red Green Blue C M Y K H S L
Decimal 201 71 147 0 0.65 0.27 0.21 324.92 0.55 0.53
Hex C9 47 93 0 41 1B 15 145 37 35
Octal 311 107 223 0 101 33 25 505 67 65
Binary 11001001 1000111 10010011 0 1000001 11011 10101 101000101 110111 110101

Color Harmonies of #C94793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94793

Black with #C94793

Text Example


Text Example

White with #C94793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94793; }

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

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

background-color css

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

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

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

border-color css

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

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

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