Html Css Color HEX #C94899 Mulberry

📋 copy color: '#C94899'

red 201 ◦ green 72 ◦ blue 153

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

Shades of Mulberry #C94899

Tints of Mulberry #C94899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.9%

 BLUE value IS 153 (60.16% from 255) = 35.92%

R = 47.18%
G = 16.9%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C94899 (or 0xC94899) is known color: Mulberry. HEX triplet: C9, 48 and 99. RGB value is (201,72,153). Sum of RGB (Red+Green+Blue) = 201+72+153=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C94899 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94899 is #36B766. Grayscale: #777777. Windows color (decimal): -3585895 or 10045641. OLE color: 10045641.

HSL color Cylindrical-coordinate representation of color #C94899: hue angle of 322.33º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C94899 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 72 153 -
CMYK 0 0.64 0.24 0.21
HSL 322.33º 0.54% 0.54% -
HSV(B) 322.33º 0.64% 0.79% -
XYZ 32.15 19.35 32.18 -
YUV 119.81 146.74 185.91 -
System Red Green Blue C M Y K H S L
Decimal 201 72 153 0 0.64 0.24 0.21 322.33 0.54 0.54
Hex C9 48 99 0 40 18 15 142 36 36
Octal 311 110 231 0 100 30 25 502 66 66
Binary 11001001 1001000 10011001 0 1000000 11000 10101 101000010 110110 110110

Color Harmonies of #C94899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94899

Black with #C94899

Text Example


Text Example

White with #C94899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94899; }

 p { color: rgb(201,72,153); }

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

background-color css

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

 a { background-color: rgb(201,72,153); }

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

border-color css

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

 span { border-color: rgb(201,72,153); }

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