Html Css Color HEX #C94489 Mulberry

📋 copy color: '#C94489'

red 201 ◦ green 68 ◦ blue 137

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

Shades of Mulberry #C94489

Tints of Mulberry #C94489

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.75%

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

R = 49.51%
G = 16.75%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C94489 (or 0xC94489) is known color: Mulberry. HEX triplet: C9, 44 and 89. RGB value is (201,68,137). Sum of RGB (Red+Green+Blue) = 201+68+137=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C94489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94489 is #36BB76. Grayscale: #737373. Windows color (decimal): -3586935 or 8996041. OLE color: 8996041.

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

Color convert

RGB 201 68 137 -
CMYK 0 0.66 0.32 0.21
HSL 328.87º 0.55% 0.53% -
HSV(B) 328.87º 0.66% 0.79% -
XYZ 30.67 18.36 25.59 -
YUV 115.63 140.06 188.89 -
System Red Green Blue C M Y K H S L
Decimal 201 68 137 0 0.66 0.32 0.21 328.87 0.55 0.53
Hex C9 44 89 0 42 20 15 149 37 35
Octal 311 104 211 0 102 40 25 511 67 65
Binary 11001001 1000100 10001001 0 1000010 100000 10101 101001001 110111 110101

Color Harmonies of #C94489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94489

Black with #C94489

Text Example


Text Example

White with #C94489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94489; }

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

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

background-color css

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

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

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

border-color css

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

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

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