Html Css Color HEX #C1549D Mulberry

📋 copy color: '#C1549D'

red 193 ◦ green 84 ◦ blue 157

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

Shades of Mulberry #C1549D

Tints of Mulberry #C1549D

RGB

 RED value IS 193 (75.78% from 255) = 44.47%

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

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

R = 44.47%
G = 19.35%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1549D (or 0xC1549D) is known color: Mulberry. HEX triplet: C1, 54 and 9D. RGB value is (193,84,157). Sum of RGB (Red+Green+Blue) = 193+84+157=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C1549D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1549D is #3EAB62. Grayscale: #7C7C7C. Windows color (decimal): -4107107 or 10310849. OLE color: 10310849.

HSL color Cylindrical-coordinate representation of color #C1549D: hue angle of 319.82º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C1549D is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 84 157 -
CMYK 0 0.56 0.19 0.24
HSL 319.82º 0.47% 0.54% -
HSV(B) 319.82º 0.56% 0.76% -
XYZ 31.25 20.11 34.13 -
YUV 124.91 146.11 176.56 -
System Red Green Blue C M Y K H S L
Decimal 193 84 157 0 0.56 0.19 0.24 319.82 0.47 0.54
Hex C1 54 9D 0 38 13 18 140 2F 36
Octal 301 124 235 0 70 23 30 500 57 66
Binary 11000001 1010100 10011101 0 111000 10011 11000 101000000 101111 110110

Color Harmonies of #C1549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1549D

Black with #C1549D

Text Example


Text Example

White with #C1549D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1549D; }

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

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

background-color css

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

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

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

border-color css

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

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

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