Html Css Color HEX #C1549C Mulberry

📋 copy color: '#C1549C'

red 193 ◦ green 84 ◦ blue 156

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

Shades of Mulberry #C1549C

Tints of Mulberry #C1549C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.03%

R = 44.57%
G = 19.4%
B = 36.03%

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

#C1549C (or 0xC1549C) is known color: Mulberry. HEX triplet: C1, 54 and 9C. RGB value is (193,84,156). Sum of RGB (Red+Green+Blue) = 193+84+156=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C1549C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1549C is #3EAB63. Grayscale: #7C7C7C. Windows color (decimal): -4107108 or 10245313. OLE color: 10245313.

HSL color Cylindrical-coordinate representation of color #C1549C: hue angle of 320.37º 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 #C1549C is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 84 156 -
CMYK 0 0.56 0.19 0.24
HSL 320.37º 0.47% 0.54% -
HSV(B) 320.37º 0.56% 0.76% -
XYZ 31.16 20.08 33.69 -
YUV 124.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 193 84 156 0 0.56 0.19 0.24 320.37 0.47 0.54
Hex C1 54 9C 0 38 13 18 140 2F 36
Octal 301 124 234 0 70 23 30 500 57 66
Binary 11000001 1010100 10011100 0 111000 10011 11000 101000000 101111 110110

Color Harmonies of #C1549C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1549C

Black with #C1549C

Text Example


Text Example

White with #C1549C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1549C; }

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

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

background-color css

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

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

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

border-color css

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

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

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