Html Css Color HEX #C549A1 Mulberry

📋 copy color: '#C549A1'

red 197 ◦ green 73 ◦ blue 161

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

Shades of Mulberry #C549A1

Tints of Mulberry #C549A1

RGB

 RED value IS 197 (77.34% from 255) = 45.71%

 GREEN value IS 73 (28.91% from 255) = 16.94%

 BLUE value IS 161 (63.28% from 255) = 37.35%

R = 45.71%
G = 16.94%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C549A1 (or 0xC549A1) is known color: Mulberry. HEX triplet: C5, 49 and A1. RGB value is (197,73,161). Sum of RGB (Red+Green+Blue) = 197+73+161=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C549A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C549A1 is #3AB65E. Grayscale: #777777. Windows color (decimal): -3847775 or 10570181. OLE color: 10570181.

HSL color Cylindrical-coordinate representation of color #C549A1: hue angle of 317.42º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C549A1 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 73 161 -
CMYK 0 0.63 0.18 0.23
HSL 317.42º 0.52% 0.53% -
HSV(B) 317.42º 0.63% 0.77% -
XYZ 31.84 19.21 35.75 -
YUV 120.11 151.08 182.84 -
System Red Green Blue C M Y K H S L
Decimal 197 73 161 0 0.63 0.18 0.23 317.42 0.52 0.53
Hex C5 49 A1 0 3F 12 17 13D 34 35
Octal 305 111 241 0 77 22 27 475 64 65
Binary 11000101 1001001 10100001 0 111111 10010 10111 100111101 110100 110101

Color Harmonies of #C549A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C549A1

Black with #C549A1

Text Example


Text Example

White with #C549A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C549A1; }

 p { color: rgb(197,73,161); }

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

background-color css

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

 a { background-color: rgb(197,73,161); }

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

border-color css

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

 span { border-color: rgb(197,73,161); }

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