Html Css Color HEX #C9549D Mulberry

📋 copy color: '#C9549D'

red 201 ◦ green 84 ◦ blue 157

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

Shades of Mulberry #C9549D

Tints of Mulberry #C9549D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19%

 BLUE value IS 157 (61.72% from 255) = 35.52%

R = 45.48%
G = 19%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C9549D (or 0xC9549D) is known color: Mulberry. HEX triplet: C9, 54 and 9D. RGB value is (201,84,157). Sum of RGB (Red+Green+Blue) = 201+84+157=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C9549D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9549D is #36AB62. Grayscale: #7F7F7F. Windows color (decimal): -3582819 or 10310857. OLE color: 10310857.

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

Color convert

RGB 201 84 157 -
CMYK 0 0.58 0.22 0.21
HSL 322.56º 0.52% 0.56% -
HSV(B) 322.56º 0.58% 0.79% -
XYZ 33.34 21.19 34.23 -
YUV 127.31 144.76 180.56 -
System Red Green Blue C M Y K H S L
Decimal 201 84 157 0 0.58 0.22 0.21 322.56 0.52 0.56
Hex C9 54 9D 0 3A 16 15 143 34 38
Octal 311 124 235 0 72 26 25 503 64 70
Binary 11001001 1010100 10011101 0 111010 10110 10101 101000011 110100 111000

Color Harmonies of #C9549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9549D

Black with #C9549D

Text Example


Text Example

White with #C9549D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9549D; }

 p { color: rgb(201,84,157); }

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

background-color css

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

 a { background-color: rgb(201,84,157); }

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

border-color css

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

 span { border-color: rgb(201,84,157); }

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