Html Css Color HEX #C94189 Mulberry

📋 copy color: '#C94189'

red 201 ◦ green 65 ◦ blue 137

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

Shades of Mulberry #C94189

Tints of Mulberry #C94189

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.13%

 BLUE value IS 137 (53.91% from 255) = 34%

R = 49.88%
G = 16.13%
B = 34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C94189 (or 0xC94189) is known color: Mulberry. HEX triplet: C9, 41 and 89. RGB value is (201,65,137). Sum of RGB (Red+Green+Blue) = 201+65+137=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C94189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94189 is #36BE76. Grayscale: #717171. Windows color (decimal): -3587703 or 8995273. OLE color: 8995273.

HSL color Cylindrical-coordinate representation of color #C94189: hue angle of 328.24º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94189 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 65 137 -
CMYK 0 0.68 0.32 0.21
HSL 328.24º 0.56% 0.52% -
HSV(B) 328.24º 0.68% 0.79% -
XYZ 30.49 18 25.53 -
YUV 113.87 141.06 190.15 -
System Red Green Blue C M Y K H S L
Decimal 201 65 137 0 0.68 0.32 0.21 328.24 0.56 0.52
Hex C9 41 89 0 44 20 15 148 38 34
Octal 311 101 211 0 104 40 25 510 70 64
Binary 11001001 1000001 10001001 0 1000100 100000 10101 101001000 111000 110100

Color Harmonies of #C94189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94189

Black with #C94189

Text Example


Text Example

White with #C94189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94189; }

 p { color: rgb(201,65,137); }

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

background-color css

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

 a { background-color: rgb(201,65,137); }

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

border-color css

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

 span { border-color: rgb(201,65,137); }

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