Html Css Color HEX #C94794 Mulberry

📋 copy color: '#C94794'

red 201 ◦ green 71 ◦ blue 148

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

Shades of Mulberry #C94794

Tints of Mulberry #C94794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.24%

R = 47.86%
G = 16.9%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C94794 (or 0xC94794) is known color: Mulberry. HEX triplet: C9, 47 and 94. RGB value is (201,71,148). Sum of RGB (Red+Green+Blue) = 201+71+148=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C94794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94794 is #36B86B. Grayscale: #767676. Windows color (decimal): -3586156 or 9717705. OLE color: 9717705.

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

Color convert

RGB 201 71 148 -
CMYK 0 0.65 0.26 0.21
HSL 324.46º 0.55% 0.53% -
HSV(B) 324.46º 0.65% 0.79% -
XYZ 31.69 19.06 30.03 -
YUV 118.65 144.57 186.74 -
System Red Green Blue C M Y K H S L
Decimal 201 71 148 0 0.65 0.26 0.21 324.46 0.55 0.53
Hex C9 47 94 0 41 1A 15 144 37 35
Octal 311 107 224 0 101 32 25 504 67 65
Binary 11001001 1000111 10010100 0 1000001 11010 10101 101000100 110111 110101

Color Harmonies of #C94794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94794

Black with #C94794

Text Example


Text Example

White with #C94794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94794; }

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

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

background-color css

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

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

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

border-color css

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

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

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